#[repr(u8)]pub enum PwdTogRxpwddiff {
RXPWDDIFF_0 = 0,
RXPWDDIFF_1 = 1,
}Variants§
RXPWDDIFF_0 = 0
Normal operation.
RXPWDDIFF_1 = 1
Power-down the USB high-speed differential receive
Implementations§
Trait Implementations§
Source§impl Clone for PwdTogRxpwddiff
impl Clone for PwdTogRxpwddiff
Source§fn clone(&self) -> PwdTogRxpwddiff
fn clone(&self) -> PwdTogRxpwddiff
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 PwdTogRxpwddiff
impl Debug for PwdTogRxpwddiff
Source§impl From<PwdTogRxpwddiff> for u8
impl From<PwdTogRxpwddiff> for u8
Source§fn from(val: PwdTogRxpwddiff) -> u8
fn from(val: PwdTogRxpwddiff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdTogRxpwddiff
impl From<u8> for PwdTogRxpwddiff
Source§fn from(val: u8) -> PwdTogRxpwddiff
fn from(val: u8) -> PwdTogRxpwddiff
Converts to this type from the input type.
Source§impl Ord for PwdTogRxpwddiff
impl Ord for PwdTogRxpwddiff
Source§fn cmp(&self, other: &PwdTogRxpwddiff) -> Ordering
fn cmp(&self, other: &PwdTogRxpwddiff) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PwdTogRxpwddiff
impl PartialEq for PwdTogRxpwddiff
Source§impl PartialOrd for PwdTogRxpwddiff
impl PartialOrd for PwdTogRxpwddiff
impl Copy for PwdTogRxpwddiff
impl Eq for PwdTogRxpwddiff
impl StructuralPartialEq for PwdTogRxpwddiff
Auto Trait Implementations§
impl Freeze for PwdTogRxpwddiff
impl RefUnwindSafe for PwdTogRxpwddiff
impl Send for PwdTogRxpwddiff
impl Sync for PwdTogRxpwddiff
impl Unpin for PwdTogRxpwddiff
impl UnwindSafe for PwdTogRxpwddiff
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