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