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