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