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