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