#[repr(u8)]pub enum BusyEvent {
Change = 1,
LoChange = 2,
}Available on crate feature
mmc only.Expand description
Device busy events
Variants§
Change = 1
The drive busy state has changed
LoChange = 2
The drive busy condition has been changed by a loading/unloading operation that is not caused by command execution
Trait Implementations§
impl Copy for BusyEvent
impl Eq for BusyEvent
Source§impl Ord for BusyEvent
impl Ord for BusyEvent
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 BusyEvent
impl PartialOrd for BusyEvent
impl StructuralPartialEq for BusyEvent
Auto Trait Implementations§
impl Freeze for BusyEvent
impl RefUnwindSafe for BusyEvent
impl Send for BusyEvent
impl Sync for BusyEvent
impl Unpin for BusyEvent
impl UnsafeUnpin for BusyEvent
impl UnwindSafe for BusyEvent
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