pub enum MocControl {
Shuffle,
Autonext,
Repeat,
}
Expand description
Convenience enum for use in functions from MocInterface
Variants§
Auto Trait Implementations§
impl Freeze for MocControl
impl RefUnwindSafe for MocControl
impl Send for MocControl
impl Sync for MocControl
impl Unpin for MocControl
impl UnwindSafe for MocControl
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