#[repr(C)]pub struct CoglQuaternion {
pub w: c_float,
pub x: c_float,
pub y: c_float,
pub z: c_float,
pub padding0: c_float,
pub padding1: c_float,
pub padding2: c_float,
pub padding3: c_float,
}
Fields§
§w: c_float
§x: c_float
§y: c_float
§z: c_float
§padding0: c_float
§padding1: c_float
§padding2: c_float
§padding3: c_float
Trait Implementations§
Source§impl Clone for CoglQuaternion
impl Clone for CoglQuaternion
Source§fn clone(&self) -> CoglQuaternion
fn clone(&self) -> CoglQuaternion
Returns a duplicate 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 CoglQuaternion
impl Debug for CoglQuaternion
impl Copy for CoglQuaternion
Auto Trait Implementations§
impl Freeze for CoglQuaternion
impl RefUnwindSafe for CoglQuaternion
impl Send for CoglQuaternion
impl Sync for CoglQuaternion
impl Unpin for CoglQuaternion
impl UnwindSafe for CoglQuaternion
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