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