#[repr(u8)]pub enum PwdSetRxpwddiff {
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 PwdSetRxpwddiff
impl Clone for PwdSetRxpwddiff
Source§fn clone(&self) -> PwdSetRxpwddiff
fn clone(&self) -> PwdSetRxpwddiff
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 PwdSetRxpwddiff
impl Debug for PwdSetRxpwddiff
Source§impl From<PwdSetRxpwddiff> for u8
impl From<PwdSetRxpwddiff> for u8
Source§fn from(val: PwdSetRxpwddiff) -> u8
fn from(val: PwdSetRxpwddiff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdSetRxpwddiff
impl From<u8> for PwdSetRxpwddiff
Source§fn from(val: u8) -> PwdSetRxpwddiff
fn from(val: u8) -> PwdSetRxpwddiff
Converts to this type from the input type.
Source§impl Ord for PwdSetRxpwddiff
impl Ord for PwdSetRxpwddiff
Source§fn cmp(&self, other: &PwdSetRxpwddiff) -> Ordering
fn cmp(&self, other: &PwdSetRxpwddiff) -> 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 PwdSetRxpwddiff
impl PartialEq for PwdSetRxpwddiff
Source§impl PartialOrd for PwdSetRxpwddiff
impl PartialOrd for PwdSetRxpwddiff
impl Copy for PwdSetRxpwddiff
impl Eq for PwdSetRxpwddiff
impl StructuralPartialEq for PwdSetRxpwddiff
Auto Trait Implementations§
impl Freeze for PwdSetRxpwddiff
impl RefUnwindSafe for PwdSetRxpwddiff
impl Send for PwdSetRxpwddiff
impl Sync for PwdSetRxpwddiff
impl Unpin for PwdSetRxpwddiff
impl UnwindSafe for PwdSetRxpwddiff
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