Enum firewire_dice_protocols::avid::ReverbType
source · pub enum ReverbType {
Room1,
Room2,
Room3,
Hall1,
Hall2,
Plate,
Delay,
Echo,
}
Expand description
Type of reverb DSP.
Variants§
Room1
Room 1.
Room2
Room 2.
Room3
Room 3.
Hall1
Hall 1.
Hall2
Hall 2.
Plate
Plate.
Delay
Delay.
Echo
Echo.
Trait Implementations§
source§impl Clone for ReverbType
impl Clone for ReverbType
source§fn clone(&self) -> ReverbType
fn clone(&self) -> ReverbType
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 ReverbType
impl Debug for ReverbType
source§impl Default for ReverbType
impl Default for ReverbType
source§impl PartialEq for ReverbType
impl PartialEq for ReverbType
source§fn eq(&self, other: &ReverbType) -> bool
fn eq(&self, other: &ReverbType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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