[][src]Enum x86::segmentation::SystemDescriptorTypes32

#[repr(u8)]
pub enum SystemDescriptorTypes32 { TSSAvailable16, LDT, TSSBusy16, CallGate16, TaskGate, InterruptGate16, TrapGate16, TssAvailable32, TssBusy32, CallGate32, InterruptGate32, TrapGate32, }

System-Segment and Gate-Descriptor Types 32-bit mode. See also Intel 3a, Table 3-2 System Segment and Gate-Descriptor Types.

Variants

TSSAvailable16LDTTSSBusy16CallGate16TaskGateInterruptGate16TrapGate16TssAvailable32TssBusy32CallGate32InterruptGate32TrapGate32

Trait Implementations

impl Copy for SystemDescriptorTypes32[src]

impl Clone for SystemDescriptorTypes32[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<SystemDescriptorTypes32> for SystemDescriptorTypes32[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Eq for SystemDescriptorTypes32[src]

impl Debug for SystemDescriptorTypes32[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]