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