#[repr(C)]pub struct F32Vector2(pub f32, pub f32);Tuple Fields§
§0: f32§1: f32Trait Implementations§
Source§impl Add for F32Vector2
impl Add for F32Vector2
Source§type Output = F32Vector2
type Output = F32Vector2
The resulting type after applying the
+ operator.Source§impl Clone for F32Vector2
impl Clone for F32Vector2
Source§fn clone(&self) -> F32Vector2
fn clone(&self) -> F32Vector2
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 F32Vector2
impl Debug for F32Vector2
Source§impl From<F32Vector2> for Vec2
impl From<F32Vector2> for Vec2
Source§fn from(F32Vector2: F32Vector2) -> Self
fn from(F32Vector2: F32Vector2) -> Self
Converts to this type from the input type.
Source§impl From<Vec2> for F32Vector2
impl From<Vec2> for F32Vector2
Source§impl PartialEq for F32Vector2
impl PartialEq for F32Vector2
Source§impl Sub for F32Vector2
impl Sub for F32Vector2
Source§type Output = F32Vector2
type Output = F32Vector2
The resulting type after applying the
- operator.impl Copy for F32Vector2
impl StructuralPartialEq for F32Vector2
Auto Trait Implementations§
impl Freeze for F32Vector2
impl RefUnwindSafe for F32Vector2
impl Send for F32Vector2
impl Sync for F32Vector2
impl Unpin for F32Vector2
impl UnwindSafe for F32Vector2
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