#[repr(C)]pub struct NiQuaternion {
pub w: f32,
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§w: f32
§x: f32
§y: f32
§z: f32
Trait Implementations§
Source§impl Clone for NiQuaternion
impl Clone for NiQuaternion
Source§fn clone(&self) -> NiQuaternion
fn clone(&self) -> NiQuaternion
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 NiQuaternion
impl Debug for NiQuaternion
Source§impl PartialEq for NiQuaternion
impl PartialEq for NiQuaternion
impl Copy for NiQuaternion
impl StructuralPartialEq for NiQuaternion
Auto Trait Implementations§
impl Freeze for NiQuaternion
impl RefUnwindSafe for NiQuaternion
impl Send for NiQuaternion
impl Sync for NiQuaternion
impl Unpin for NiQuaternion
impl UnwindSafe for NiQuaternion
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