#[repr(C)]pub struct Sidechain {
pub enable: bool,
}
Expand description
Side chain parameter data structure.
Fields§
§enable: bool
Whether sidechains are enabled.
Trait Implementations§
Source§impl ReadableParameter for Sidechain
impl ReadableParameter for Sidechain
Source§fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
Get the parameter string at
index
.Source§impl ReadableParameterIndex<Sidechain> for UseSidechain
Available on fmod_2_3
only.
impl ReadableParameterIndex<Sidechain> for UseSidechain
Available on
fmod_2_3
only.Source§impl WritableParameter for Sidechain
impl WritableParameter for Sidechain
Source§impl WritableParameterIndex<Sidechain> for UseSidechain
Available on fmod_2_3
only.
impl WritableParameterIndex<Sidechain> for UseSidechain
Available on
fmod_2_3
only.impl Copy for Sidechain
impl StructuralPartialEq for Sidechain
Auto Trait Implementations§
impl Freeze for Sidechain
impl RefUnwindSafe for Sidechain
impl Send for Sidechain
impl Sync for Sidechain
impl Unpin for Sidechain
impl UnwindSafe for Sidechain
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