#[repr(u8)]pub enum RxClrRxdbypass {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Normal operation.
VALUE1 = 1
Use the output of the USB_DP single-ended receiver in place of the full-speed differential receiver
Implementations§
Trait Implementations§
Source§impl Clone for RxClrRxdbypass
impl Clone for RxClrRxdbypass
Source§fn clone(&self) -> RxClrRxdbypass
fn clone(&self) -> RxClrRxdbypass
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 RxClrRxdbypass
impl Debug for RxClrRxdbypass
Source§impl From<RxClrRxdbypass> for u8
impl From<RxClrRxdbypass> for u8
Source§fn from(val: RxClrRxdbypass) -> u8
fn from(val: RxClrRxdbypass) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxClrRxdbypass
impl From<u8> for RxClrRxdbypass
Source§fn from(val: u8) -> RxClrRxdbypass
fn from(val: u8) -> RxClrRxdbypass
Converts to this type from the input type.
Source§impl Ord for RxClrRxdbypass
impl Ord for RxClrRxdbypass
Source§fn cmp(&self, other: &RxClrRxdbypass) -> Ordering
fn cmp(&self, other: &RxClrRxdbypass) -> 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 RxClrRxdbypass
impl PartialEq for RxClrRxdbypass
Source§impl PartialOrd for RxClrRxdbypass
impl PartialOrd for RxClrRxdbypass
impl Copy for RxClrRxdbypass
impl Eq for RxClrRxdbypass
impl StructuralPartialEq for RxClrRxdbypass
Auto Trait Implementations§
impl Freeze for RxClrRxdbypass
impl RefUnwindSafe for RxClrRxdbypass
impl Send for RxClrRxdbypass
impl Sync for RxClrRxdbypass
impl Unpin for RxClrRxdbypass
impl UnwindSafe for RxClrRxdbypass
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