pub enum Sdclkenselect {
    Disable = 0,
    Enable = 1,
}Expand description
SD Clock Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Sdclkenselect
 
impl Clone for Sdclkenselect
Source§fn clone(&self) -> Sdclkenselect
 
fn clone(&self) -> Sdclkenselect
Returns a copy 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 Sdclkenselect
 
impl Debug for Sdclkenselect
Source§impl From<Sdclkenselect> for bool
 
impl From<Sdclkenselect> for bool
Source§fn from(variant: Sdclkenselect) -> Self
 
fn from(variant: Sdclkenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sdclkenselect
 
impl PartialEq for Sdclkenselect
impl Copy for Sdclkenselect
impl Eq for Sdclkenselect
impl StructuralPartialEq for Sdclkenselect
Auto Trait Implementations§
impl Freeze for Sdclkenselect
impl RefUnwindSafe for Sdclkenselect
impl Send for Sdclkenselect
impl Sync for Sdclkenselect
impl Unpin for Sdclkenselect
impl UnwindSafe for Sdclkenselect
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