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