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