#[repr(C)]pub struct Vector4 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for Vector4
impl ExternType for Vector4
impl UniquePtrTarget for Vector4
Auto Trait Implementations§
impl Freeze for Vector4
impl RefUnwindSafe for Vector4
impl !Send for Vector4
impl !Sync for Vector4
impl !Unpin for Vector4
impl UnwindSafe for Vector4
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