#[repr(u8)]pub enum PwdTogTxpwdibias {
TXPWDIBIAS_0 = 0,
TXPWDIBIAS_1 = 1,
}Variants§
TXPWDIBIAS_0 = 0
Normal operation.
TXPWDIBIAS_1 = 1
Power-down the USB PHY current bias block for the transmitter. This bit should be set only when the
Implementations§
Trait Implementations§
Source§impl Clone for PwdTogTxpwdibias
impl Clone for PwdTogTxpwdibias
Source§fn clone(&self) -> PwdTogTxpwdibias
fn clone(&self) -> PwdTogTxpwdibias
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 PwdTogTxpwdibias
impl Debug for PwdTogTxpwdibias
Source§impl From<PwdTogTxpwdibias> for u8
impl From<PwdTogTxpwdibias> for u8
Source§fn from(val: PwdTogTxpwdibias) -> u8
fn from(val: PwdTogTxpwdibias) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdTogTxpwdibias
impl From<u8> for PwdTogTxpwdibias
Source§fn from(val: u8) -> PwdTogTxpwdibias
fn from(val: u8) -> PwdTogTxpwdibias
Converts to this type from the input type.
Source§impl Ord for PwdTogTxpwdibias
impl Ord for PwdTogTxpwdibias
Source§fn cmp(&self, other: &PwdTogTxpwdibias) -> Ordering
fn cmp(&self, other: &PwdTogTxpwdibias) -> 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 PwdTogTxpwdibias
impl PartialEq for PwdTogTxpwdibias
Source§impl PartialOrd for PwdTogTxpwdibias
impl PartialOrd for PwdTogTxpwdibias
impl Copy for PwdTogTxpwdibias
impl Eq for PwdTogTxpwdibias
impl StructuralPartialEq for PwdTogTxpwdibias
Auto Trait Implementations§
impl Freeze for PwdTogTxpwdibias
impl RefUnwindSafe for PwdTogTxpwdibias
impl Send for PwdTogTxpwdibias
impl Sync for PwdTogTxpwdibias
impl Unpin for PwdTogTxpwdibias
impl UnwindSafe for PwdTogTxpwdibias
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