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