#[repr(C)]pub struct double3 {
pub x: f64,
pub y: f64,
pub z: f64,
}Fields§
§x: f64§y: f64§z: f64Trait Implementations§
source§impl PartialEq<double3> for double3
impl PartialEq<double3> for double3
source§impl PartialOrd<double3> for double3
impl PartialOrd<double3> for double3
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 double3
impl StructuralPartialEq for double3
Auto Trait Implementations§
impl RefUnwindSafe for double3
impl Send for double3
impl Sync for double3
impl Unpin for double3
impl UnwindSafe for double3
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