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 duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DescriptorTable
Source§impl Debug for DescriptorTable
impl Debug for DescriptorTable
impl Eq for DescriptorTable
Source§impl Hash for DescriptorTable
impl Hash for DescriptorTable
Source§impl PartialEq for DescriptorTable
impl PartialEq for DescriptorTable
impl StructuralPartialEq for DescriptorTable
Auto Trait Implementations§
impl Freeze for DescriptorTable
impl RefUnwindSafe for DescriptorTable
impl Send for DescriptorTable
impl Sync for DescriptorTable
impl Unpin for DescriptorTable
impl UnsafeUnpin for DescriptorTable
impl UnwindSafe for DescriptorTable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)