Struct DeliveryMode
#[repr(transparent)]pub struct DeliveryMode(pub u8);
Tuple Fields§
§0: u8
Implementations§
§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§
§impl Clone for DeliveryMode
impl Clone for DeliveryMode
§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 more§impl Debug for DeliveryMode
impl Debug for DeliveryMode
§impl Hash for DeliveryMode
impl Hash for DeliveryMode
§impl Ord for DeliveryMode
impl Ord for DeliveryMode
§impl PartialEq for DeliveryMode
impl PartialEq for DeliveryMode
§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