#[repr(transparent)]pub struct Vec3d(pub [f64; 3]);
Tuple Fields§
§0: [f64; 3]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Vec3d
impl Send for Vec3d
impl Sync for Vec3d
impl Unpin for Vec3d
impl UnwindSafe for Vec3d
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