pub enum SampleSet {
Normal,
Soft,
Drum,
}Variants§
Trait Implementations§
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 UnsafeUnpin 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