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