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