#[repr(u8)]pub enum Pde {
PDE_0 = 0,
PDE_1 = 1,
}Variants§
PDE_0 = 0
Power Down Counter of WDOG is disabled.
PDE_1 = 1
Power Down Counter of WDOG is enabled (Default).
Implementations§
Trait Implementations§
Source§impl Ord for Pde
impl Ord for Pde
Source§impl PartialOrd for Pde
impl PartialOrd for Pde
impl Copy for Pde
impl Eq for Pde
impl StructuralPartialEq for Pde
Auto Trait Implementations§
impl Freeze for Pde
impl RefUnwindSafe for Pde
impl Send for Pde
impl Sync for Pde
impl Unpin for Pde
impl UnwindSafe for Pde
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