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