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