Enum hal_x86_64::interrupt::apic::io::DeliveryMode
source · #[repr(u8)]pub enum DeliveryMode {
Normal = 0,
LowPriority = 1,
SystemManagement = 2,
NonMaskable = 4,
Init = 5,
External = 7,
}
Variants§
Normal = 0
Normal interrupt delivery.
LowPriority = 1
Lowest priority.
SystemManagement = 2
System Management Interrupt (SMI).
NonMaskable = 4
Non-Maskable Interrupt (NMI).
Init = 5
“INIT” (what does this mean? i don’t know!)
External = 7
External interrupt.
Trait Implementations§
source§impl Clone for DeliveryMode
impl Clone for DeliveryMode
source§fn clone(&self) -> DeliveryMode
fn clone(&self) -> DeliveryMode
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 DeliveryMode
impl Debug for DeliveryMode
source§impl Default for DeliveryMode
impl Default for DeliveryMode
source§impl FromBits<u128> for DeliveryMode
impl FromBits<u128> for DeliveryMode
source§impl FromBits<u16> for DeliveryMode
impl FromBits<u16> for DeliveryMode
source§impl FromBits<u32> for DeliveryMode
impl FromBits<u32> for DeliveryMode
source§impl FromBits<u64> for DeliveryMode
impl FromBits<u64> for DeliveryMode
source§impl FromBits<u8> for DeliveryMode
impl FromBits<u8> for DeliveryMode
source§impl FromBits<usize> for DeliveryMode
impl FromBits<usize> for DeliveryMode
source§impl PartialEq for DeliveryMode
impl PartialEq for DeliveryMode
source§fn eq(&self, other: &DeliveryMode) -> bool
fn eq(&self, other: &DeliveryMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u128> for DeliveryMode
impl TryFrom<u128> for DeliveryMode
source§impl TryFrom<u16> for DeliveryMode
impl TryFrom<u16> for DeliveryMode
source§impl TryFrom<u32> for DeliveryMode
impl TryFrom<u32> for DeliveryMode
source§impl TryFrom<u64> for DeliveryMode
impl TryFrom<u64> for DeliveryMode
source§impl TryFrom<u8> for DeliveryMode
impl TryFrom<u8> for DeliveryMode
source§impl TryFrom<usize> for DeliveryMode
impl TryFrom<usize> for DeliveryMode
impl Copy for DeliveryMode
impl Eq for DeliveryMode
impl StructuralEq for DeliveryMode
impl StructuralPartialEq for DeliveryMode
Auto Trait Implementations§
impl RefUnwindSafe for DeliveryMode
impl Send for DeliveryMode
impl Sync for DeliveryMode
impl Unpin for DeliveryMode
impl UnwindSafe for DeliveryMode
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
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.