#[repr(u32)]pub enum IPLHRTFType {
IPL_HRTFTYPE_DEFAULT = 0,
IPL_HRTFTYPE_SOFA = 1,
}Expand description
The type of HRTF to use.
Variants§
Trait Implementations§
Source§impl Clone for IPLHRTFType
impl Clone for IPLHRTFType
Source§fn clone(&self) -> IPLHRTFType
fn clone(&self) -> IPLHRTFType
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 IPLHRTFType
impl Debug for IPLHRTFType
Source§impl Hash for IPLHRTFType
impl Hash for IPLHRTFType
Source§impl PartialEq for IPLHRTFType
impl PartialEq for IPLHRTFType
impl Copy for IPLHRTFType
impl Eq for IPLHRTFType
impl StructuralPartialEq for IPLHRTFType
Auto Trait Implementations§
impl Freeze for IPLHRTFType
impl RefUnwindSafe for IPLHRTFType
impl Send for IPLHRTFType
impl Sync for IPLHRTFType
impl Unpin for IPLHRTFType
impl UnwindSafe for IPLHRTFType
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