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