pub enum LoopType {
Forward,
BiDirectional,
Off,
}
Expand description
The type of loop being described by a SampleDumpMsg
.
Variants
Forward
Forward only
BiDirectional
Backward forward
Off
Do not loop
Trait Implementations
impl Copy for LoopType
impl Eq for LoopType
impl StructuralEq for LoopType
impl StructuralPartialEq for LoopType
Auto Trait Implementations
impl RefUnwindSafe for LoopType
impl Send for LoopType
impl Sync for LoopType
impl Unpin for LoopType
impl UnwindSafe for LoopType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more