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