pub enum PlayDirection {
Forward,
Backward,
}Variants§
Forward
S9E Forces the current sample to play forward.
Backward
S9F Forces the current sample to play backward.
Trait Implementations§
Source§impl Clone for PlayDirection
impl Clone for PlayDirection
Source§fn clone(&self) -> PlayDirection
fn clone(&self) -> PlayDirection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlayDirection
impl Debug for PlayDirection
Source§impl PartialEq for PlayDirection
impl PartialEq for PlayDirection
impl Copy for PlayDirection
impl StructuralPartialEq for PlayDirection
Auto Trait Implementations§
impl Freeze for PlayDirection
impl RefUnwindSafe for PlayDirection
impl Send for PlayDirection
impl Sync for PlayDirection
impl Unpin for PlayDirection
impl UnwindSafe for PlayDirection
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