pub enum EventSampleSet {
All = -1,
Normal = 1,
Soft = 2,
Drum = 3,
}
Expand description
Event sample sets
Variants§
Trait Implementations§
Source§impl Clone for EventSampleSet
impl Clone for EventSampleSet
Source§fn clone(&self) -> EventSampleSet
fn clone(&self) -> EventSampleSet
Returns a copy 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 EventSampleSet
impl Debug for EventSampleSet
Source§impl Default for EventSampleSet
impl Default for EventSampleSet
Source§fn default() -> EventSampleSet
fn default() -> EventSampleSet
Returns the “default value” for a type. Read more
Source§impl Display for EventSampleSet
impl Display for EventSampleSet
Source§impl FromStr for EventSampleSet
impl FromStr for EventSampleSet
Source§impl Hash for EventSampleSet
impl Hash for EventSampleSet
Source§impl PartialEq for EventSampleSet
impl PartialEq for EventSampleSet
Source§impl TryFrom<i32> for EventSampleSet
impl TryFrom<i32> for EventSampleSet
impl Copy for EventSampleSet
impl Eq for EventSampleSet
impl StructuralPartialEq for EventSampleSet
Auto Trait Implementations§
impl Freeze for EventSampleSet
impl RefUnwindSafe for EventSampleSet
impl Send for EventSampleSet
impl Sync for EventSampleSet
impl Unpin for EventSampleSet
impl UnwindSafe for EventSampleSet
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