#[repr(u8)]pub enum PwdClrTxpwdv2i {
TXPWDV2I_0 = 0,
TXPWDV2I_1 = 1,
}Variants§
TXPWDV2I_0 = 0
Normal operation.
TXPWDV2I_1 = 1
Power-down the USB PHY transmit V-to-I converter and the current mirror
Implementations§
Trait Implementations§
Source§impl Clone for PwdClrTxpwdv2i
impl Clone for PwdClrTxpwdv2i
Source§fn clone(&self) -> PwdClrTxpwdv2i
fn clone(&self) -> PwdClrTxpwdv2i
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 PwdClrTxpwdv2i
impl Debug for PwdClrTxpwdv2i
Source§impl From<PwdClrTxpwdv2i> for u8
impl From<PwdClrTxpwdv2i> for u8
Source§fn from(val: PwdClrTxpwdv2i) -> u8
fn from(val: PwdClrTxpwdv2i) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdClrTxpwdv2i
impl From<u8> for PwdClrTxpwdv2i
Source§fn from(val: u8) -> PwdClrTxpwdv2i
fn from(val: u8) -> PwdClrTxpwdv2i
Converts to this type from the input type.
Source§impl Ord for PwdClrTxpwdv2i
impl Ord for PwdClrTxpwdv2i
Source§fn cmp(&self, other: &PwdClrTxpwdv2i) -> Ordering
fn cmp(&self, other: &PwdClrTxpwdv2i) -> 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 PwdClrTxpwdv2i
impl PartialEq for PwdClrTxpwdv2i
Source§impl PartialOrd for PwdClrTxpwdv2i
impl PartialOrd for PwdClrTxpwdv2i
impl Copy for PwdClrTxpwdv2i
impl Eq for PwdClrTxpwdv2i
impl StructuralPartialEq for PwdClrTxpwdv2i
Auto Trait Implementations§
impl Freeze for PwdClrTxpwdv2i
impl RefUnwindSafe for PwdClrTxpwdv2i
impl Send for PwdClrTxpwdv2i
impl Sync for PwdClrTxpwdv2i
impl Unpin for PwdClrTxpwdv2i
impl UnwindSafe for PwdClrTxpwdv2i
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