Struct x86defs::apic::DeliveryMode
source · #[repr(transparent)]pub struct DeliveryMode(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl DeliveryMode
impl DeliveryMode
pub const FIXED: DeliveryMode = _
pub const LOWEST_PRIORITY: DeliveryMode = _
pub const SMI: DeliveryMode = _
pub const REMOTE_READ: DeliveryMode = _
pub const NMI: DeliveryMode = _
pub const INIT: DeliveryMode = _
pub const SIPI: DeliveryMode = _
pub const EXTINT: DeliveryMode = _
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 Hash for DeliveryMode
impl Hash for DeliveryMode
source§impl Ord for DeliveryMode
impl Ord for DeliveryMode
source§fn cmp(&self, other: &DeliveryMode) -> Ordering
fn cmp(&self, other: &DeliveryMode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DeliveryMode
impl PartialEq for DeliveryMode
source§impl PartialOrd for DeliveryMode
impl PartialOrd for DeliveryMode
impl Copy for DeliveryMode
impl Eq for DeliveryMode
impl StructuralPartialEq for DeliveryMode
Auto Trait Implementations§
impl Freeze for DeliveryMode
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)