#[repr(C)]pub struct Ts3Vector {
pub x: c_float,
pub y: c_float,
pub z: c_float,
}Expand description
Describes a client position in 3 dimensional space, used for 3D Sound.
Fields§
§x: c_floatX co-ordinate in 3D space
y: c_floatY co-ordinate in 3D space
z: c_floatZ co-ordinate in 3D space
Auto Trait Implementations§
impl Freeze for Ts3Vector
impl RefUnwindSafe for Ts3Vector
impl Send for Ts3Vector
impl Sync for Ts3Vector
impl Unpin for Ts3Vector
impl UnwindSafe for Ts3Vector
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