#[repr(u8)]pub enum PwdTogRxpwdrx {
RXPWDRX_0 = 0,
RXPWDRX_1 = 1,
}Variants§
RXPWDRX_0 = 0
Normal operation.
RXPWDRX_1 = 1
Power-down the entire USB PHY receiver block except for the full-speed differential receiver
Implementations§
Source§impl PwdTogRxpwdrx
impl PwdTogRxpwdrx
Trait Implementations§
Source§impl Clone for PwdTogRxpwdrx
impl Clone for PwdTogRxpwdrx
Source§fn clone(&self) -> PwdTogRxpwdrx
fn clone(&self) -> PwdTogRxpwdrx
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 PwdTogRxpwdrx
impl Debug for PwdTogRxpwdrx
Source§impl From<PwdTogRxpwdrx> for u8
impl From<PwdTogRxpwdrx> for u8
Source§fn from(val: PwdTogRxpwdrx) -> u8
fn from(val: PwdTogRxpwdrx) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdTogRxpwdrx
impl From<u8> for PwdTogRxpwdrx
Source§fn from(val: u8) -> PwdTogRxpwdrx
fn from(val: u8) -> PwdTogRxpwdrx
Converts to this type from the input type.
Source§impl Ord for PwdTogRxpwdrx
impl Ord for PwdTogRxpwdrx
Source§fn cmp(&self, other: &PwdTogRxpwdrx) -> Ordering
fn cmp(&self, other: &PwdTogRxpwdrx) -> 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 PwdTogRxpwdrx
impl PartialEq for PwdTogRxpwdrx
Source§impl PartialOrd for PwdTogRxpwdrx
impl PartialOrd for PwdTogRxpwdrx
impl Copy for PwdTogRxpwdrx
impl Eq for PwdTogRxpwdrx
impl StructuralPartialEq for PwdTogRxpwdrx
Auto Trait Implementations§
impl Freeze for PwdTogRxpwdrx
impl RefUnwindSafe for PwdTogRxpwdrx
impl Send for PwdTogRxpwdrx
impl Sync for PwdTogRxpwdrx
impl Unpin for PwdTogRxpwdrx
impl UnwindSafe for PwdTogRxpwdrx
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