pub struct AudioListener(/* private fields */);
Implementations§
Source§impl AudioListener
impl AudioListener
pub fn set_position(&self, pos: [f32; 3])
pub fn set_orientation(&self, forward: [f32; 3], up: [f32; 3])
Auto Trait Implementations§
impl Freeze for AudioListener
impl RefUnwindSafe for AudioListener
impl Send for AudioListener
impl Sync for AudioListener
impl Unpin for AudioListener
impl UnwindSafe for AudioListener
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