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