[][src]Struct openvr_sys::COpenVRContext

#[repr(C)]
pub struct COpenVRContext {
    pub m_pVRSystem: isize,
    pub m_pVRChaperone: isize,
    pub m_pVRChaperoneSetup: isize,
    pub m_pVRCompositor: isize,
    pub m_pVROverlay: isize,
    pub m_pVRResources: isize,
    pub m_pVRRenderModels: isize,
    pub m_pVRExtendedDisplay: isize,
    pub m_pVRSettings: isize,
    pub m_pVRApplications: isize,
    pub m_pVRTrackedCamera: isize,
    pub m_pVRScreenshots: isize,
    pub m_pVRDriverManager: isize,
    pub m_pVRInput: isize,
    pub m_pVRIOBuffer: isize,
    pub m_pVRSpatialAnchors: isize,
    pub m_pVRNotifications: isize,
}

Fields

m_pVRSystem: isizem_pVRChaperone: isizem_pVRChaperoneSetup: isizem_pVRCompositor: isizem_pVROverlay: isizem_pVRResources: isizem_pVRRenderModels: isizem_pVRExtendedDisplay: isizem_pVRSettings: isizem_pVRApplications: isizem_pVRTrackedCamera: isizem_pVRScreenshots: isizem_pVRDriverManager: isizem_pVRInput: isizem_pVRIOBuffer: isizem_pVRSpatialAnchors: isizem_pVRNotifications: isize

Trait Implementations

impl Copy for COpenVRContext[src]

impl Clone for COpenVRContext[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for COpenVRContext[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]