#[repr(u8)]pub enum TuningWidth {
Bits4 = 0,
Bits8 = 1,
}Expand description
Represents the tuning width for the SD/MMC device.
Variants§
Trait Implementations§
Source§impl Clone for TuningWidth
impl Clone for TuningWidth
Source§fn clone(&self) -> TuningWidth
fn clone(&self) -> TuningWidth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TuningWidth
Source§impl Debug for TuningWidth
impl Debug for TuningWidth
impl Eq for TuningWidth
Source§impl PartialEq for TuningWidth
impl PartialEq for TuningWidth
impl StructuralPartialEq for TuningWidth
Auto Trait Implementations§
impl Freeze for TuningWidth
impl RefUnwindSafe for TuningWidth
impl Send for TuningWidth
impl Sync for TuningWidth
impl Unpin for TuningWidth
impl UnsafeUnpin for TuningWidth
impl UnwindSafe for TuningWidth
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