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