#[repr(u8)]pub enum PwdClrRxpwdenv {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Normal operation.
VALUE1 = 1
Power-down the USB high-speed receiver envelope detector (squelch signal)
Implementations§
Trait Implementations§
Source§impl Clone for PwdClrRxpwdenv
impl Clone for PwdClrRxpwdenv
Source§fn clone(&self) -> PwdClrRxpwdenv
fn clone(&self) -> PwdClrRxpwdenv
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 PwdClrRxpwdenv
impl Debug for PwdClrRxpwdenv
Source§impl From<PwdClrRxpwdenv> for u8
impl From<PwdClrRxpwdenv> for u8
Source§fn from(val: PwdClrRxpwdenv) -> u8
fn from(val: PwdClrRxpwdenv) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PwdClrRxpwdenv
impl From<u8> for PwdClrRxpwdenv
Source§fn from(val: u8) -> PwdClrRxpwdenv
fn from(val: u8) -> PwdClrRxpwdenv
Converts to this type from the input type.
Source§impl Ord for PwdClrRxpwdenv
impl Ord for PwdClrRxpwdenv
Source§fn cmp(&self, other: &PwdClrRxpwdenv) -> Ordering
fn cmp(&self, other: &PwdClrRxpwdenv) -> 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 PwdClrRxpwdenv
impl PartialEq for PwdClrRxpwdenv
Source§impl PartialOrd for PwdClrRxpwdenv
impl PartialOrd for PwdClrRxpwdenv
impl Copy for PwdClrRxpwdenv
impl Eq for PwdClrRxpwdenv
impl StructuralPartialEq for PwdClrRxpwdenv
Auto Trait Implementations§
impl Freeze for PwdClrRxpwdenv
impl RefUnwindSafe for PwdClrRxpwdenv
impl Send for PwdClrRxpwdenv
impl Sync for PwdClrRxpwdenv
impl Unpin for PwdClrRxpwdenv
impl UnwindSafe for PwdClrRxpwdenv
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