#[repr(C, align(8))]pub struct vec2(pub f32, pub f32);Tuple Fields§
§0: f32§1: f32Implementations§
Trait Implementations§
impl Copy for vec2
impl ReprStd140 for vec2
impl Std140ArrayElement for vec2
impl StructuralPartialEq for vec2
Auto Trait Implementations§
impl Freeze for vec2
impl RefUnwindSafe for vec2
impl Send for vec2
impl Sync for vec2
impl Unpin for vec2
impl UnwindSafe for vec2
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