#[repr(u8)]pub enum Ulpixcvrselswitchcorrdis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Host controller waits for previous functional register update to complete before switching the transceiver select again or asserting txvalid
DISABLE_FIX = 1
Host controller does not wait for the previous functional register update to complete before switching the transceiver select again or asserting txvalid
Implementations§
Trait Implementations§
Source§impl Clone for Ulpixcvrselswitchcorrdis
impl Clone for Ulpixcvrselswitchcorrdis
Source§fn clone(&self) -> Ulpixcvrselswitchcorrdis
fn clone(&self) -> Ulpixcvrselswitchcorrdis
Returns a copy 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 Ulpixcvrselswitchcorrdis
impl Debug for Ulpixcvrselswitchcorrdis
Source§impl From<Ulpixcvrselswitchcorrdis> for u8
impl From<Ulpixcvrselswitchcorrdis> for u8
Source§fn from(val: Ulpixcvrselswitchcorrdis) -> u8
fn from(val: Ulpixcvrselswitchcorrdis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ulpixcvrselswitchcorrdis
impl From<u8> for Ulpixcvrselswitchcorrdis
Source§fn from(val: u8) -> Ulpixcvrselswitchcorrdis
fn from(val: u8) -> Ulpixcvrselswitchcorrdis
Converts to this type from the input type.
Source§impl Ord for Ulpixcvrselswitchcorrdis
impl Ord for Ulpixcvrselswitchcorrdis
Source§fn cmp(&self, other: &Ulpixcvrselswitchcorrdis) -> Ordering
fn cmp(&self, other: &Ulpixcvrselswitchcorrdis) -> 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 Ulpixcvrselswitchcorrdis
impl PartialEq for Ulpixcvrselswitchcorrdis
Source§impl PartialOrd for Ulpixcvrselswitchcorrdis
impl PartialOrd for Ulpixcvrselswitchcorrdis
impl Copy for Ulpixcvrselswitchcorrdis
impl Eq for Ulpixcvrselswitchcorrdis
impl StructuralPartialEq for Ulpixcvrselswitchcorrdis
Auto Trait Implementations§
impl Freeze for Ulpixcvrselswitchcorrdis
impl RefUnwindSafe for Ulpixcvrselswitchcorrdis
impl Send for Ulpixcvrselswitchcorrdis
impl Sync for Ulpixcvrselswitchcorrdis
impl Unpin for Ulpixcvrselswitchcorrdis
impl UnwindSafe for Ulpixcvrselswitchcorrdis
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)