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