#[repr(C)]pub struct F32Vector3(pub f32, pub f32, pub f32);
Tuple Fields§
§0: f32
§1: f32
§2: f32
Trait Implementations§
Source§impl Clone for F32Vector3
impl Clone for F32Vector3
Source§fn clone(&self) -> F32Vector3
fn clone(&self) -> F32Vector3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for F32Vector3
impl Debug for F32Vector3
impl Copy for F32Vector3
Auto Trait Implementations§
impl Freeze for F32Vector3
impl RefUnwindSafe for F32Vector3
impl Send for F32Vector3
impl Sync for F32Vector3
impl Unpin for F32Vector3
impl UnwindSafe for F32Vector3
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