pub enum BusWidth {
Unknown = 0,
One = 1,
Four = 4,
Eight = 8,
}
Expand description
The number of data lines in use on the SDMMC bus
Variants§
Trait Implementations§
impl Copy for BusWidth
impl Eq for BusWidth
impl StructuralPartialEq for BusWidth
Auto Trait Implementations§
impl Freeze for BusWidth
impl RefUnwindSafe for BusWidth
impl Send for BusWidth
impl Sync for BusWidth
impl Unpin for BusWidth
impl UnwindSafe for BusWidth
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