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