#[repr(C, align(32))]pub struct dvec3(pub f64, pub f64, pub f64);Expand description
Tuple Fields§
§0: f64§1: f64§2: f64Implementations§
Trait Implementations§
impl Copy for dvec3
impl ReprStd140 for dvec3
impl Std140ArrayElement for dvec3
impl StructuralPartialEq for dvec3
Auto Trait Implementations§
impl Freeze for dvec3
impl RefUnwindSafe for dvec3
impl Send for dvec3
impl Sync for dvec3
impl Unpin for dvec3
impl UnwindSafe for dvec3
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