[][src]Struct openvr_sys::VR_IVRChaperone_FnTable

#[repr(C)]
pub struct VR_IVRChaperone_FnTable {
    pub GetCalibrationState: Option<unsafe extern "C" fn() -> ChaperoneCalibrationState>,
    pub GetPlayAreaSize: Option<unsafe extern "C" fn(pSizeX: *mut f32, pSizeZ: *mut f32) -> bool>,
    pub GetPlayAreaRect: Option<unsafe extern "C" fn(rect: *mut HmdQuad_t) -> bool>,
    pub ReloadInfo: Option<unsafe extern "C" fn()>,
    pub SetSceneColor: Option<unsafe extern "C" fn(color: HmdColor_t)>,
    pub GetBoundsColor: Option<unsafe extern "C" fn(pOutputColorArray: *mut HmdColor_t, nNumOutputColors: c_int, flCollisionBoundsFadeDistance: f32, pOutputCameraColor: *mut HmdColor_t)>,
    pub AreBoundsVisible: Option<unsafe extern "C" fn() -> bool>,
    pub ForceBoundsVisible: Option<unsafe extern "C" fn(bForce: bool)>,
}

Fields

GetCalibrationState: Option<unsafe extern "C" fn() -> ChaperoneCalibrationState>GetPlayAreaSize: Option<unsafe extern "C" fn(pSizeX: *mut f32, pSizeZ: *mut f32) -> bool>GetPlayAreaRect: Option<unsafe extern "C" fn(rect: *mut HmdQuad_t) -> bool>ReloadInfo: Option<unsafe extern "C" fn()>SetSceneColor: Option<unsafe extern "C" fn(color: HmdColor_t)>GetBoundsColor: Option<unsafe extern "C" fn(pOutputColorArray: *mut HmdColor_t, nNumOutputColors: c_int, flCollisionBoundsFadeDistance: f32, pOutputCameraColor: *mut HmdColor_t)>AreBoundsVisible: Option<unsafe extern "C" fn() -> bool>ForceBoundsVisible: Option<unsafe extern "C" fn(bForce: bool)>

Trait Implementations

impl Copy for VR_IVRChaperone_FnTable[src]

impl Clone for VR_IVRChaperone_FnTable[src]

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

Performs copy-assignment from source. Read more

impl Debug for VR_IVRChaperone_FnTable[src]

Auto Trait Implementations

Blanket Implementations

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

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> 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]