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