#[repr(C)]pub struct double4 {
pub x: f64,
pub y: f64,
pub z: f64,
pub w: f64,
}Fields§
§x: f64§y: f64§z: f64§w: f64Trait Implementations§
source§impl PartialEq<double4> for double4
impl PartialEq<double4> for double4
source§impl PartialOrd<double4> for double4
impl PartialOrd<double4> for double4
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for double4
impl StructuralPartialEq for double4
Auto Trait Implementations§
impl RefUnwindSafe for double4
impl Send for double4
impl Sync for double4
impl Unpin for double4
impl UnwindSafe for double4
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