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