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