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