Struct Alrmf
#[repr(transparent)]pub struct Alrmf(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Alrmf
impl Ord for Alrmf
§impl PartialOrd for Alrmf
impl PartialOrd for Alrmf
impl Copy for Alrmf
impl Eq for Alrmf
impl StructuralPartialEq for Alrmf
Auto Trait Implementations§
impl Freeze for Alrmf
impl RefUnwindSafe for Alrmf
impl Send for Alrmf
impl Sync for Alrmf
impl Unpin for Alrmf
impl UnwindSafe for Alrmf
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