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