#[repr(u8)]pub enum PwdSetTxpwdfs {
TXPWDFS_0 = 0,
TXPWDFS_1 = 1,
}Variants§
TXPWDFS_0 = 0
Normal operation.
TXPWDFS_1 = 1
Power-down the USB full-speed drivers. This turns off the current starvation sources and puts the
Implementations§
Source§impl PwdSetTxpwdfs
impl PwdSetTxpwdfs
Trait Implementations§
Source§impl Clone for PwdSetTxpwdfs
impl Clone for PwdSetTxpwdfs
Source§fn clone(&self) -> PwdSetTxpwdfs
fn clone(&self) -> PwdSetTxpwdfs
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 PwdSetTxpwdfs
impl Debug for PwdSetTxpwdfs
Source§impl From<PwdSetTxpwdfs> for u8
impl From<PwdSetTxpwdfs> for u8
Source§fn from(val: PwdSetTxpwdfs) -> u8
fn from(val: PwdSetTxpwdfs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdSetTxpwdfs
impl From<u8> for PwdSetTxpwdfs
Source§fn from(val: u8) -> PwdSetTxpwdfs
fn from(val: u8) -> PwdSetTxpwdfs
Converts to this type from the input type.
Source§impl Ord for PwdSetTxpwdfs
impl Ord for PwdSetTxpwdfs
Source§fn cmp(&self, other: &PwdSetTxpwdfs) -> Ordering
fn cmp(&self, other: &PwdSetTxpwdfs) -> 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 PwdSetTxpwdfs
impl PartialEq for PwdSetTxpwdfs
Source§impl PartialOrd for PwdSetTxpwdfs
impl PartialOrd for PwdSetTxpwdfs
impl Copy for PwdSetTxpwdfs
impl Eq for PwdSetTxpwdfs
impl StructuralPartialEq for PwdSetTxpwdfs
Auto Trait Implementations§
impl Freeze for PwdSetTxpwdfs
impl RefUnwindSafe for PwdSetTxpwdfs
impl Send for PwdSetTxpwdfs
impl Sync for PwdSetTxpwdfs
impl Unpin for PwdSetTxpwdfs
impl UnwindSafe for PwdSetTxpwdfs
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