#[repr(C)]pub struct IPLReflectionEffectSettings {
pub type_: IPLReflectionEffectType,
pub irSize: IPLint32,
pub numChannels: IPLint32,
}Expand description
Settings used to create a reflection effect.
Fields§
§type_: IPLReflectionEffectTypeType of reflection effect algorithm to use.
irSize: IPLint32Number of samples per channel in the IR.
numChannels: IPLint32Number of channels in the IR.
Trait Implementations§
Source§impl Clone for IPLReflectionEffectSettings
impl Clone for IPLReflectionEffectSettings
Source§fn clone(&self) -> IPLReflectionEffectSettings
fn clone(&self) -> IPLReflectionEffectSettings
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 IPLReflectionEffectSettings
impl Debug for IPLReflectionEffectSettings
impl Copy for IPLReflectionEffectSettings
Auto Trait Implementations§
impl Freeze for IPLReflectionEffectSettings
impl RefUnwindSafe for IPLReflectionEffectSettings
impl Send for IPLReflectionEffectSettings
impl Sync for IPLReflectionEffectSettings
impl Unpin for IPLReflectionEffectSettings
impl UnwindSafe for IPLReflectionEffectSettings
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