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