#[repr(u8)]pub enum WwdtRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for WwdtRst
impl Ord for WwdtRst
Source§impl PartialOrd for WwdtRst
impl PartialOrd for WwdtRst
impl Copy for WwdtRst
impl Eq for WwdtRst
impl StructuralPartialEq for WwdtRst
Auto Trait Implementations§
impl Freeze for WwdtRst
impl RefUnwindSafe for WwdtRst
impl Send for WwdtRst
impl Sync for WwdtRst
impl Unpin for WwdtRst
impl UnwindSafe for WwdtRst
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