#[repr(C, align(16))]pub struct F32Vector4(pub f32, pub f32, pub f32, pub f32);
Tuple Fields§
§0: f32
§1: f32
§2: f32
§3: f32
Trait Implementations§
Source§impl Add for F32Vector4
impl Add for F32Vector4
Source§type Output = F32Vector4
type Output = F32Vector4
The resulting type after applying the
+
operator.Source§impl Clone for F32Vector4
impl Clone for F32Vector4
Source§fn clone(&self) -> F32Vector4
fn clone(&self) -> F32Vector4
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 F32Vector4
impl Debug for F32Vector4
Source§impl Sub for F32Vector4
impl Sub for F32Vector4
Source§type Output = F32Vector4
type Output = F32Vector4
The resulting type after applying the
-
operator.impl Copy for F32Vector4
Auto Trait Implementations§
impl Freeze for F32Vector4
impl RefUnwindSafe for F32Vector4
impl Send for F32Vector4
impl Sync for F32Vector4
impl Unpin for F32Vector4
impl UnwindSafe for F32Vector4
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