pub enum PanningModelType {
EqualPower,
HRTF,
}
Expand description
Spatialization algorithm used to position the audio in 3D space
Variants§
Trait Implementations§
Source§impl Clone for PanningModelType
impl Clone for PanningModelType
Source§fn clone(&self) -> PanningModelType
fn clone(&self) -> PanningModelType
Returns a copy 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 PanningModelType
impl Debug for PanningModelType
Source§impl Default for PanningModelType
impl Default for PanningModelType
Source§fn default() -> PanningModelType
fn default() -> PanningModelType
Returns the “default value” for a type. Read more
Source§impl From<u8> for PanningModelType
impl From<u8> for PanningModelType
Source§impl PartialEq for PanningModelType
impl PartialEq for PanningModelType
impl Copy for PanningModelType
impl Eq for PanningModelType
impl StructuralPartialEq for PanningModelType
Auto Trait Implementations§
impl Freeze for PanningModelType
impl RefUnwindSafe for PanningModelType
impl Send for PanningModelType
impl Sync for PanningModelType
impl Unpin for PanningModelType
impl UnwindSafe for PanningModelType
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