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