Enum x86_64::structures::idt::DescriptorTable
source · pub enum DescriptorTable {
Gdt,
Idt,
Ldt,
}
Expand description
The possible descriptor table values.
Used by the SelectorErrorCode
to indicate which table caused the error.
Variants§
Trait Implementations§
source§impl Clone for DescriptorTable
impl Clone for DescriptorTable
source§fn clone(&self) -> DescriptorTable
fn clone(&self) -> DescriptorTable
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescriptorTable
impl Debug for DescriptorTable
source§impl Hash for DescriptorTable
impl Hash for DescriptorTable
source§impl PartialEq for DescriptorTable
impl PartialEq for DescriptorTable
source§fn eq(&self, other: &DescriptorTable) -> bool
fn eq(&self, other: &DescriptorTable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.