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