pub struct StudioReverbState(pub ReverbState);
Expand description
Configuration for reverb effect.
Tuple Fields§
§0: ReverbState
Trait Implementations§
Source§impl AsMut<ReverbState> for StudioReverbState
impl AsMut<ReverbState> for StudioReverbState
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 StudioReverbState
impl AsRef<ReverbState> for StudioReverbState
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 StudioReverbState
impl Clone for StudioReverbState
Source§fn clone(&self) -> StudioReverbState
fn clone(&self) -> StudioReverbState
Returns a duplicate 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 StudioReverbState
impl Debug for StudioReverbState
Source§impl Default for StudioReverbState
impl Default for StudioReverbState
Source§fn default() -> StudioReverbState
fn default() -> StudioReverbState
Returns the “default value” for a type. Read more
Source§impl PartialEq for StudioReverbState
impl PartialEq for StudioReverbState
Source§impl TcKonnektMutableSegmentOperation<StudioReverbState> for Studiok48Protocol
impl TcKonnektMutableSegmentOperation<StudioReverbState> for Studiok48Protocol
Source§impl TcKonnektNotifiedSegmentOperation<StudioReverbState> for Studiok48Protocol
impl TcKonnektNotifiedSegmentOperation<StudioReverbState> for Studiok48Protocol
const NOTIFY_FLAG: u32 = 2_097_152u32
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<StudioReverbState> for Studiok48Protocol
impl TcKonnektSegmentSerdes<StudioReverbState> for Studiok48Protocol
impl Copy for StudioReverbState
impl Eq for StudioReverbState
impl StructuralPartialEq for StudioReverbState
Auto Trait Implementations§
impl Freeze for StudioReverbState
impl RefUnwindSafe for StudioReverbState
impl Send for StudioReverbState
impl Sync for StudioReverbState
impl Unpin for StudioReverbState
impl UnwindSafe for StudioReverbState
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