Struct lu_formats::common::QuaternionWxyz
source · pub struct QuaternionWxyz {
pub w: f32,
pub x: f32,
pub y: f32,
pub z: f32,
}
Expand description
Fields§
§w: f32
§x: f32
§y: f32
§z: f32
Trait Implementations§
source§impl Clone for QuaternionWxyz
impl Clone for QuaternionWxyz
source§fn clone(&self) -> QuaternionWxyz
fn clone(&self) -> QuaternionWxyz
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 QuaternionWxyz
impl Debug for QuaternionWxyz
source§impl<'de> Deserialize<'de> for QuaternionWxyz
impl<'de> Deserialize<'de> for QuaternionWxyz
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<QuaternionWxyz> for QuaternionWxyz
impl PartialEq<QuaternionWxyz> for QuaternionWxyz
source§fn eq(&self, other: &QuaternionWxyz) -> bool
fn eq(&self, other: &QuaternionWxyz) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for QuaternionWxyz
impl Serialize for QuaternionWxyz
impl StructuralPartialEq for QuaternionWxyz
Auto Trait Implementations§
impl RefUnwindSafe for QuaternionWxyz
impl Send for QuaternionWxyz
impl Sync for QuaternionWxyz
impl Unpin for QuaternionWxyz
impl UnwindSafe for QuaternionWxyz
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