Struct firewire_dice_protocols::tcelectronic::shell::klive::KliveReverbState
source · pub struct KliveReverbState(pub ReverbState);Expand description
Configuration for reverb effect.
Tuple Fields§
§0: ReverbStateTrait Implementations§
source§impl AsMut<ReverbState> for KliveReverbState
impl AsMut<ReverbState> for KliveReverbState
source§fn as_mut(&mut self) -> &mut ReverbState
fn as_mut(&mut self) -> &mut ReverbState
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<ReverbState> for KliveReverbState
impl AsRef<ReverbState> for KliveReverbState
source§fn as_ref(&self) -> &ReverbState
fn as_ref(&self) -> &ReverbState
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for KliveReverbState
impl Clone for KliveReverbState
source§fn clone(&self) -> KliveReverbState
fn clone(&self) -> KliveReverbState
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 KliveReverbState
impl Debug for KliveReverbState
source§impl Default for KliveReverbState
impl Default for KliveReverbState
source§fn default() -> KliveReverbState
fn default() -> KliveReverbState
Returns the “default value” for a type. Read more
source§impl PartialEq for KliveReverbState
impl PartialEq for KliveReverbState
source§fn eq(&self, other: &KliveReverbState) -> bool
fn eq(&self, other: &KliveReverbState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektMutableSegmentOperation<KliveReverbState> for KliveProtocol
impl TcKonnektMutableSegmentOperation<KliveReverbState> for KliveProtocol
source§impl TcKonnektNotifiedSegmentOperation<KliveReverbState> for KliveProtocol
impl TcKonnektNotifiedSegmentOperation<KliveReverbState> for KliveProtocol
const NOTIFY_FLAG: u32 = 524_288u32
source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
source§impl TcKonnektSegmentSerdes<KliveReverbState> for KliveProtocol
impl TcKonnektSegmentSerdes<KliveReverbState> for KliveProtocol
impl Copy for KliveReverbState
impl Eq for KliveReverbState
impl StructuralEq for KliveReverbState
impl StructuralPartialEq for KliveReverbState
Auto Trait Implementations§
impl RefUnwindSafe for KliveReverbState
impl Send for KliveReverbState
impl Sync for KliveReverbState
impl Unpin for KliveReverbState
impl UnwindSafe for KliveReverbState
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