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