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