#[repr(C)]pub struct IPLAmbisonicsRotationEffectSettings {
pub maxOrder: IPLint32,
}Expand description
Settings used to create an Ambisonics rotation effect.
Fields§
§maxOrder: IPLint32The maximum Ambisonics order that will be used by input audio buffers.
Trait Implementations§
Source§impl Clone for IPLAmbisonicsRotationEffectSettings
impl Clone for IPLAmbisonicsRotationEffectSettings
Source§fn clone(&self) -> IPLAmbisonicsRotationEffectSettings
fn clone(&self) -> IPLAmbisonicsRotationEffectSettings
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 moreimpl Copy for IPLAmbisonicsRotationEffectSettings
Auto Trait Implementations§
impl Freeze for IPLAmbisonicsRotationEffectSettings
impl RefUnwindSafe for IPLAmbisonicsRotationEffectSettings
impl Send for IPLAmbisonicsRotationEffectSettings
impl Sync for IPLAmbisonicsRotationEffectSettings
impl Unpin for IPLAmbisonicsRotationEffectSettings
impl UnwindSafe for IPLAmbisonicsRotationEffectSettings
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