#[repr(C)]pub struct FMOD_VECTOR {
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
Trait Implementations§
Source§impl Clone for FMOD_VECTOR
impl Clone for FMOD_VECTOR
Source§fn clone(&self) -> FMOD_VECTOR
fn clone(&self) -> FMOD_VECTOR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FMOD_VECTOR
impl Debug for FMOD_VECTOR
Source§impl Default for FMOD_VECTOR
impl Default for FMOD_VECTOR
Source§fn default() -> FMOD_VECTOR
fn default() -> FMOD_VECTOR
Returns the “default value” for a type. Read more
Source§impl PartialEq for FMOD_VECTOR
impl PartialEq for FMOD_VECTOR
impl Copy for FMOD_VECTOR
impl StructuralPartialEq for FMOD_VECTOR
Auto Trait Implementations§
impl Freeze for FMOD_VECTOR
impl RefUnwindSafe for FMOD_VECTOR
impl Send for FMOD_VECTOR
impl Sync for FMOD_VECTOR
impl Unpin for FMOD_VECTOR
impl UnwindSafe for FMOD_VECTOR
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