Struct gvr_sys::gvr_sizei [] [src]

#[repr(C)]
pub struct gvr_sizei { pub width: i32, pub height: i32, }

An integral 2D size. Used for render target sizes.

Fields

Trait Implementations

impl Debug for gvr_sizei
[src]

Formats the value using the given formatter.

impl Copy for gvr_sizei
[src]

impl Clone for gvr_sizei
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more