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