Struct ovr_sys::ovrRecti [] [src]

#[repr(C)]
pub struct ovrRecti { pub _align: [u32; 0], pub Pos: ovrVector2i, pub Size: ovrSizei, }

A 2D rectangle with a position and size. All components are integers.

Fields

Trait Implementations

impl Debug for ovrRecti
[src]

Formats the value using the given formatter.

impl Copy for ovrRecti
[src]

impl Clone for ovrRecti
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more