Enum Ensdnbor
#[repr(u8)]pub enum Ensdnbor {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
the PD_ALL_SHUTDOWN signal is set during SHUTDOWN mode.
B_0X1 = 1
the PD_ALL_SHUTDOWN signal is not set during SHUTDOWN mode.
Implementations§
Trait Implementations§
§impl Ord for Ensdnbor
impl Ord for Ensdnbor
§impl PartialOrd for Ensdnbor
impl PartialOrd for Ensdnbor
impl Copy for Ensdnbor
impl Eq 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 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