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