#[repr(u8)]pub enum Hostutmitxvldcorrdis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Opmode, XcvrSel, TermSel are changed by the Host Controller after TxValid goes LOW (1’b0)
DISABLE_FIX = 1
Opmode, XcvrSel, TermSel are changed by the Host Controller without waiting for TxValid to go LOW (1’b0) during SOF transmission
Implementations§
Trait Implementations§
Source§impl Clone for Hostutmitxvldcorrdis
impl Clone for Hostutmitxvldcorrdis
Source§fn clone(&self) -> Hostutmitxvldcorrdis
fn clone(&self) -> Hostutmitxvldcorrdis
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 Hostutmitxvldcorrdis
impl Debug for Hostutmitxvldcorrdis
Source§impl From<Hostutmitxvldcorrdis> for u8
impl From<Hostutmitxvldcorrdis> for u8
Source§fn from(val: Hostutmitxvldcorrdis) -> u8
fn from(val: Hostutmitxvldcorrdis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Hostutmitxvldcorrdis
impl From<u8> for Hostutmitxvldcorrdis
Source§fn from(val: u8) -> Hostutmitxvldcorrdis
fn from(val: u8) -> Hostutmitxvldcorrdis
Converts to this type from the input type.
Source§impl Ord for Hostutmitxvldcorrdis
impl Ord for Hostutmitxvldcorrdis
Source§fn cmp(&self, other: &Hostutmitxvldcorrdis) -> Ordering
fn cmp(&self, other: &Hostutmitxvldcorrdis) -> 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 Hostutmitxvldcorrdis
impl PartialEq for Hostutmitxvldcorrdis
Source§impl PartialOrd for Hostutmitxvldcorrdis
impl PartialOrd for Hostutmitxvldcorrdis
impl Copy for Hostutmitxvldcorrdis
impl Eq for Hostutmitxvldcorrdis
impl StructuralPartialEq for Hostutmitxvldcorrdis
Auto Trait Implementations§
impl Freeze for Hostutmitxvldcorrdis
impl RefUnwindSafe for Hostutmitxvldcorrdis
impl Send for Hostutmitxvldcorrdis
impl Sync for Hostutmitxvldcorrdis
impl Unpin for Hostutmitxvldcorrdis
impl UnwindSafe for Hostutmitxvldcorrdis
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)