#[repr(u8)]pub enum SystemDescriptorTypes64 {
LDT = 2,
TssAvailable = 9,
TssBusy = 11,
CallGate = 12,
InterruptGate = 14,
TrapGate = 15,
}
Expand description
System-Segment and Gate-Descriptor Types 64-bit mode See also Intel 3a, Table 3-2 System Segment and Gate-Descriptor Types.
Variants§
Trait Implementations§
Source§impl Clone for SystemDescriptorTypes64
impl Clone for SystemDescriptorTypes64
Source§fn clone(&self) -> SystemDescriptorTypes64
fn clone(&self) -> SystemDescriptorTypes64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemDescriptorTypes64
impl Debug for SystemDescriptorTypes64
Source§impl PartialEq for SystemDescriptorTypes64
impl PartialEq for SystemDescriptorTypes64
impl Copy for SystemDescriptorTypes64
impl Eq for SystemDescriptorTypes64
impl StructuralPartialEq for SystemDescriptorTypes64
Auto Trait Implementations§
impl Freeze for SystemDescriptorTypes64
impl RefUnwindSafe for SystemDescriptorTypes64
impl Send for SystemDescriptorTypes64
impl Sync for SystemDescriptorTypes64
impl Unpin for SystemDescriptorTypes64
impl UnwindSafe for SystemDescriptorTypes64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more