pub struct ListenerAttributes {
pub pos: [f32; 3],
pub vel: [f32; 3],
pub forward: [f32; 3],
pub up: [f32; 3],
}
Fields§
§pos: [f32; 3]
§vel: [f32; 3]
§forward: [f32; 3]
§up: [f32; 3]
Implementations§
Source§impl ListenerAttributes
impl ListenerAttributes
pub fn from_ll( pos: FMOD_VECTOR, vel: FMOD_VECTOR, forward: FMOD_VECTOR, up: FMOD_VECTOR, ) -> Self
Trait Implementations§
Source§impl Debug for ListenerAttributes
impl Debug for ListenerAttributes
Source§impl PartialEq for ListenerAttributes
impl PartialEq for ListenerAttributes
impl StructuralPartialEq for ListenerAttributes
Auto Trait Implementations§
impl Freeze for ListenerAttributes
impl RefUnwindSafe for ListenerAttributes
impl Send for ListenerAttributes
impl Sync for ListenerAttributes
impl Unpin for ListenerAttributes
impl UnwindSafe for ListenerAttributes
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