#[repr(u8)]pub enum BusyState {
NotBusy = 0,
Busy = 1,
}Available on crate feature
mmc only.Expand description
Busy state of the device
Variants§
Trait Implementations§
impl Copy for BusyState
impl Eq for BusyState
Source§impl Ord for BusyState
impl Ord for BusyState
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for BusyState
impl PartialOrd for BusyState
impl StructuralPartialEq for BusyState
Auto Trait Implementations§
impl Freeze for BusyState
impl RefUnwindSafe for BusyState
impl Send for BusyState
impl Sync for BusyState
impl Unpin for BusyState
impl UnsafeUnpin for BusyState
impl UnwindSafe for BusyState
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