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