#[repr(C)]pub struct IPLBinauralEffectSettings {
pub hrtf: IPLHRTF,
}Expand description
Settings used to create a binaural effect.
Fields§
§hrtf: IPLHRTFThe HRTF to use.
Trait Implementations§
Source§impl Clone for IPLBinauralEffectSettings
impl Clone for IPLBinauralEffectSettings
Source§fn clone(&self) -> IPLBinauralEffectSettings
fn clone(&self) -> IPLBinauralEffectSettings
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 IPLBinauralEffectSettings
impl Debug for IPLBinauralEffectSettings
impl Copy for IPLBinauralEffectSettings
Auto Trait Implementations§
impl Freeze for IPLBinauralEffectSettings
impl RefUnwindSafe for IPLBinauralEffectSettings
impl !Send for IPLBinauralEffectSettings
impl !Sync for IPLBinauralEffectSettings
impl Unpin for IPLBinauralEffectSettings
impl UnwindSafe for IPLBinauralEffectSettings
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