#[repr(C)]pub struct gvr_version_ {
pub major: i32,
pub minor: i32,
pub patch: i32,
}Expand description
Version information for the Google VR API.
Fields§
§major: i32§minor: i32§patch: i32Trait Implementations§
Source§impl Clone for gvr_version_
impl Clone for gvr_version_
Source§fn clone(&self) -> gvr_version_
fn clone(&self) -> gvr_version_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for gvr_version_
impl Debug for gvr_version_
impl Copy for gvr_version_
Auto Trait Implementations§
impl Freeze for gvr_version_
impl RefUnwindSafe for gvr_version_
impl Send for gvr_version_
impl Sync for gvr_version_
impl Unpin for gvr_version_
impl UnwindSafe for gvr_version_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more