Struct openvr_sys::Struct_COpenVRContext [] [src]

pub struct Struct_COpenVRContext {
    pub m_pVRSystem: intptr_t,
    pub m_pVRChaperone: intptr_t,
    pub m_pVRChaperoneSetup: intptr_t,
    pub m_pVRCompositor: intptr_t,
    pub m_pVROverlay: intptr_t,
    pub m_pVRRenderModels: intptr_t,
    pub m_pVRExtendedDisplay: intptr_t,
    pub m_pVRSettings: intptr_t,
    pub m_pVRApplications: intptr_t,
}

Fields

m_pVRSystem: intptr_t m_pVRChaperone: intptr_t m_pVRChaperoneSetup: intptr_t m_pVRCompositor: intptr_t m_pVROverlay: intptr_t m_pVRRenderModels: intptr_t m_pVRExtendedDisplay: intptr_t m_pVRSettings: intptr_t m_pVRApplications: intptr_t

Trait Implementations

impl Copy for Struct_COpenVRContext
[src]

impl Clone for Struct_COpenVRContext
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct_COpenVRContext
[src]

fn default() -> Self

Returns the "default value" for a type. Read more