pub enum BusWidth {
Unknown,
One,
Four,
Eight,
}
Expand description
The number of data lines in use on the SDMMC bus
Variants
Unknown
One
Four
Eight
Trait Implementations
impl Copy for BusWidth
impl Eq for BusWidth
impl StructuralEq for BusWidth
impl StructuralPartialEq for BusWidth
Auto Trait Implementations
impl RefUnwindSafe for BusWidth
impl Send for BusWidth
impl Sync for BusWidth
impl Unpin for BusWidth
impl UnwindSafe for BusWidth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more