Enum Ensdnbor
#[repr(u8)]pub enum Ensdnbor {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
the PD_ALL_SHUTDOWN signal is set during SHUTDOWN mode.
B0x1 = 1
the PD_ALL_SHUTDOWN signal is not set during SHUTDOWN mode.
Implementations§
Trait Implementations§
impl Copy for Ensdnbor
impl Eq for Ensdnbor
§impl Ord for Ensdnbor
impl Ord for Ensdnbor
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 Ensdnbor
impl PartialOrd for Ensdnbor
impl StructuralPartialEq for Ensdnbor
Auto Trait Implementations§
impl Freeze for Ensdnbor
impl RefUnwindSafe for Ensdnbor
impl Send for Ensdnbor
impl Sync for Ensdnbor
impl Unpin for Ensdnbor
impl UnsafeUnpin for Ensdnbor
impl UnwindSafe for Ensdnbor
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