Struct gvr_sys::gvr_version_ [] [src]

#[repr(C)]
pub struct gvr_version_ { pub major: i32, pub minor: i32, pub patch: i32, }

Version information for the Google VR API.

Fields

Trait Implementations

impl Debug for gvr_version_
[src]

Formats the value using the given formatter.

impl Copy for gvr_version_
[src]

impl Clone for gvr_version_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more