pub enum MocState {
Stopped,
Paused,
Playing,
}
Expand description
The state of MoC, can be stopped, paused or playing.
Variants§
Trait Implementations§
impl Copy for MocState
impl Eq for MocState
impl StructuralPartialEq for MocState
Auto Trait Implementations§
impl Freeze for MocState
impl RefUnwindSafe for MocState
impl Send for MocState
impl Sync for MocState
impl Unpin for MocState
impl UnwindSafe for MocState
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