Enum Wdghrc
#[repr(u8)]pub enum Wdghrc {
HardwareReloadDisabled = 0,
ReloadOnWrldRising = 1,
ReloadOnWrldFalling = 2,
_RESERVED_3 = 3,
}Variants§
HardwareReloadDisabled = 0
watchdog hardware reload disabled.
ReloadOnWrldRising = 1
watchdog reloaded a rising edge of gfxtim_wrld.
ReloadOnWrldFalling = 2
watchdog reloaded a falling edge of gfxtim_wrld.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Wdghrc
impl Eq for Wdghrc
§impl Ord for Wdghrc
impl Ord for Wdghrc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Wdghrc
impl PartialOrd for Wdghrc
impl StructuralPartialEq for Wdghrc
Auto Trait Implementations§
impl Freeze for Wdghrc
impl RefUnwindSafe for Wdghrc
impl Send for Wdghrc
impl Sync for Wdghrc
impl Unpin for Wdghrc
impl UnsafeUnpin for Wdghrc
impl UnwindSafe for Wdghrc
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