#[repr(u8)]pub enum BusMode {
OpenDrain = 1,
PushPull = 2,
}
Expand description
Represents the SD/MMC bus mode.
Variants§
Implementations§
Trait Implementations§
impl Copy for BusMode
impl Eq for BusMode
impl StructuralPartialEq for BusMode
Auto Trait Implementations§
impl Freeze for BusMode
impl RefUnwindSafe for BusMode
impl Send for BusMode
impl Sync for BusMode
impl Unpin for BusMode
impl UnwindSafe for BusMode
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