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