Struct gvr_sys::gvr_recti [] [src]

#[repr(C)]
pub struct gvr_recti { pub left: i32, pub right: i32, pub bottom: i32, pub top: i32, }

An integral 2D rect. Used for window bounds in pixels.

Fields

Trait Implementations

impl Debug for gvr_recti
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_recti
[src]

impl Clone for gvr_recti
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more