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