#[repr(C)]pub struct IPLDirectEffectSettings {
pub numChannels: IPLint32,
}Expand description
Settings used to create a direct effect.
Fields§
§numChannels: IPLint32Number of channels that will be used by input and output buffers.
Trait Implementations§
Source§impl Clone for IPLDirectEffectSettings
impl Clone for IPLDirectEffectSettings
Source§fn clone(&self) -> IPLDirectEffectSettings
fn clone(&self) -> IPLDirectEffectSettings
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 IPLDirectEffectSettings
impl Debug for IPLDirectEffectSettings
impl Copy for IPLDirectEffectSettings
Auto Trait Implementations§
impl Freeze for IPLDirectEffectSettings
impl RefUnwindSafe for IPLDirectEffectSettings
impl Send for IPLDirectEffectSettings
impl Sync for IPLDirectEffectSettings
impl Unpin for IPLDirectEffectSettings
impl UnwindSafe for IPLDirectEffectSettings
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