#[repr(C)]pub struct ovrVector2f {
pub _align: [u32; 0],
pub x: f32,
pub y: f32,
}Expand description
A 2D vector with f32 components.
Fields§
§_align: [u32; 0]§x: f32§y: f32Trait Implementations§
Source§impl Clone for ovrVector2f
impl Clone for ovrVector2f
Source§fn clone(&self) -> ovrVector2f
fn clone(&self) -> ovrVector2f
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 ovrVector2f
impl Debug for ovrVector2f
impl Copy for ovrVector2f
Auto Trait Implementations§
impl Freeze for ovrVector2f
impl RefUnwindSafe for ovrVector2f
impl Send for ovrVector2f
impl Sync for ovrVector2f
impl Unpin for ovrVector2f
impl UnwindSafe for ovrVector2f
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