pub enum PowerCondition {
Idle = 2,
Standby = 3,
Sleep = 5,
}Available on crate feature
mmc only.Expand description
A power state as defined under MMC START STOP UNIT
Variants§
Auto Trait Implementations§
impl Freeze for PowerCondition
impl RefUnwindSafe for PowerCondition
impl Send for PowerCondition
impl Sync for PowerCondition
impl Unpin for PowerCondition
impl UnsafeUnpin for PowerCondition
impl UnwindSafe for PowerCondition
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