#[repr(u8)]pub enum Phyiopxcvrseltxvldcorrdis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Host controller asserts utmi_txvalid at least 2 utmi_clk cycles after utmi_xcvrselect switching
DISABLE_FIX = 1
Host controller can assert utmi_txvalid after 1 utmi_clk cycle of utmi_xcvrselect switching
Implementations§
Trait Implementations§
Source§impl Clone for Phyiopxcvrseltxvldcorrdis
impl Clone for Phyiopxcvrseltxvldcorrdis
Source§fn clone(&self) -> Phyiopxcvrseltxvldcorrdis
fn clone(&self) -> Phyiopxcvrseltxvldcorrdis
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 Phyiopxcvrseltxvldcorrdis
impl Debug for Phyiopxcvrseltxvldcorrdis
Source§impl From<Phyiopxcvrseltxvldcorrdis> for u8
impl From<Phyiopxcvrseltxvldcorrdis> for u8
Source§fn from(val: Phyiopxcvrseltxvldcorrdis) -> u8
fn from(val: Phyiopxcvrseltxvldcorrdis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Phyiopxcvrseltxvldcorrdis
impl From<u8> for Phyiopxcvrseltxvldcorrdis
Source§fn from(val: u8) -> Phyiopxcvrseltxvldcorrdis
fn from(val: u8) -> Phyiopxcvrseltxvldcorrdis
Converts to this type from the input type.
Source§impl Ord for Phyiopxcvrseltxvldcorrdis
impl Ord for Phyiopxcvrseltxvldcorrdis
Source§fn cmp(&self, other: &Phyiopxcvrseltxvldcorrdis) -> Ordering
fn cmp(&self, other: &Phyiopxcvrseltxvldcorrdis) -> 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 PartialOrd for Phyiopxcvrseltxvldcorrdis
impl PartialOrd for Phyiopxcvrseltxvldcorrdis
impl Copy for Phyiopxcvrseltxvldcorrdis
impl Eq for Phyiopxcvrseltxvldcorrdis
impl StructuralPartialEq for Phyiopxcvrseltxvldcorrdis
Auto Trait Implementations§
impl Freeze for Phyiopxcvrseltxvldcorrdis
impl RefUnwindSafe for Phyiopxcvrseltxvldcorrdis
impl Send for Phyiopxcvrseltxvldcorrdis
impl Sync for Phyiopxcvrseltxvldcorrdis
impl Unpin for Phyiopxcvrseltxvldcorrdis
impl UnwindSafe for Phyiopxcvrseltxvldcorrdis
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)