Struct ovr_sys::ovrSizei [] [src]

#[repr(C)]
pub struct ovrSizei { pub _align: [u32; 0], pub w: c_int, pub h: c_int, }

A 2D size with integer components.

Fields

Trait Implementations

impl Debug for ovrSizei
[src]

Formats the value using the given formatter.

impl Copy for ovrSizei
[src]

impl Clone for ovrSizei
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more