pub enum DpdmLaneReverse {
DpDmStandard = 0,
DpDmReversed = 1,
}Expand description
DP and DM Lane Reversal Control
Value on reset: 0
Variants§
DpDmStandard = 0
0: Standard USB DP and DM package pin assignment
DpDmReversed = 1
1: Reverse roles of USB DP and DM package pins
Trait Implementations§
Source§impl Clone for DpdmLaneReverse
impl Clone for DpdmLaneReverse
Source§fn clone(&self) -> DpdmLaneReverse
fn clone(&self) -> DpdmLaneReverse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DpdmLaneReverse
impl Debug for DpdmLaneReverse
Source§impl From<DpdmLaneReverse> for bool
impl From<DpdmLaneReverse> for bool
Source§fn from(variant: DpdmLaneReverse) -> Self
fn from(variant: DpdmLaneReverse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DpdmLaneReverse
impl PartialEq for DpdmLaneReverse
impl Copy for DpdmLaneReverse
impl Eq for DpdmLaneReverse
impl StructuralPartialEq for DpdmLaneReverse
Auto Trait Implementations§
impl Freeze for DpdmLaneReverse
impl RefUnwindSafe for DpdmLaneReverse
impl Send for DpdmLaneReverse
impl Sync for DpdmLaneReverse
impl Unpin for DpdmLaneReverse
impl UnwindSafe for DpdmLaneReverse
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