#[repr(C, align(16))]pub struct vec4 {
pub __bindgen_anon_1: vec4__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: vec4__bindgen_ty_1
Trait Implementations§
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