pub enum SampleSet {
All = -1,
None = 0,
Normal = 1,
Soft = 2,
Drum = 3,
}
Expand description
Sample sets
Variants§
Trait Implementations§
impl Copy for SampleSet
impl Eq for SampleSet
impl StructuralPartialEq for SampleSet
Auto Trait Implementations§
impl Freeze for SampleSet
impl RefUnwindSafe for SampleSet
impl Send for SampleSet
impl Sync for SampleSet
impl Unpin for SampleSet
impl UnwindSafe for SampleSet
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