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