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