Struct ovr_sys::ovrVector2i [] [src]

#[repr(C)]
pub struct ovrVector2i { pub _align: [u32; 0], pub x: c_int, pub y: c_int, }

A 2D vector with integer components.

Fields

Trait Implementations

impl Debug for ovrVector2i
[src]

Formats the value using the given formatter.

impl Copy for ovrVector2i
[src]

impl Clone for ovrVector2i
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more