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