pub struct DeliveryMode(/* private fields */);Implementations§
Source§impl DeliveryMode
impl DeliveryMode
pub const FIXED: DeliveryMode
pub const LOW_PRIORITY: DeliveryMode
pub const SMI: DeliveryMode
pub const NMI: DeliveryMode
pub const INIT: DeliveryMode
pub const STARTUP_IPI: DeliveryMode
pub const EXTINT: DeliveryMode
pub const fn raw(self) -> u8
pub const fn name(self) -> &'static str
Trait Implementations§
Source§impl Clone for DeliveryMode
impl Clone for DeliveryMode
Source§fn clone(&self) -> DeliveryMode
fn clone(&self) -> DeliveryMode
Returns a duplicate 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 From<DeliveryMode> for u8
impl From<DeliveryMode> for u8
Source§fn from(value: DeliveryMode) -> Self
fn from(value: DeliveryMode) -> Self
Converts to this type from the input type.
Source§impl From<u8> for DeliveryMode
impl From<u8> for DeliveryMode
Source§impl PartialEq for DeliveryMode
impl PartialEq 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 UnsafeUnpin 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