Enum midi_msg::ReverbType
source · [−]pub enum ReverbType {
SmallRoom,
MediumRoom,
LargeRoom,
MediumHall,
LargeHall,
Plate,
}
Expand description
The type of reverb, used by GlobalParameterControl::reverb
.
Variants
SmallRoom
MediumRoom
LargeRoom
MediumHall
LargeHall
Plate
Trait Implementations
sourceimpl Clone for ReverbType
impl Clone for ReverbType
sourcefn clone(&self) -> ReverbType
fn clone(&self) -> ReverbType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReverbType
impl Debug for ReverbType
sourceimpl PartialEq<ReverbType> for ReverbType
impl PartialEq<ReverbType> for ReverbType
sourcefn eq(&self, other: &ReverbType) -> bool
fn eq(&self, other: &ReverbType) -> bool
impl Copy for ReverbType
impl Eq for ReverbType
impl StructuralEq for ReverbType
impl StructuralPartialEq for ReverbType
Auto Trait Implementations
impl RefUnwindSafe for ReverbType
impl Send for ReverbType
impl Sync for ReverbType
impl Unpin for ReverbType
impl UnwindSafe for ReverbType
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