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