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