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