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