Struct openvr_sys::VR_IVRChaperoneSetup_FnTable [] [src]

#[repr(C)]
pub struct VR_IVRChaperoneSetup_FnTable { pub CommitWorkingCopy: Option<unsafe extern "C" fn(_: EChaperoneConfigFile) -> bool>, pub RevertWorkingCopy: Option<unsafe extern "C" fn()>, pub GetWorkingPlayAreaSize: Option<unsafe extern "C" fn(_: *mut f32, _: *mut f32) -> bool>, pub GetWorkingPlayAreaRect: Option<unsafe extern "C" fn(_: *mut HmdQuad_t) -> bool>, pub GetWorkingCollisionBoundsInfo: Option<unsafe extern "C" fn(_: *mut HmdQuad_t, _: *mut u32) -> bool>, pub GetLiveCollisionBoundsInfo: Option<unsafe extern "C" fn(_: *mut HmdQuad_t, _: *mut u32) -> bool>, pub GetWorkingSeatedZeroPoseToRawTrackingPose: Option<unsafe extern "C" fn(_: *mut HmdMatrix34_t) -> bool>, pub GetWorkingStandingZeroPoseToRawTrackingPose: Option<unsafe extern "C" fn(_: *mut HmdMatrix34_t) -> bool>, pub SetWorkingPlayAreaSize: Option<unsafe extern "C" fn(_: f32, _: f32)>, pub SetWorkingCollisionBoundsInfo: Option<unsafe extern "C" fn(_: *mut HmdQuad_t, _: u32)>, pub SetWorkingSeatedZeroPoseToRawTrackingPose: Option<unsafe extern "C" fn(_: *mut HmdMatrix34_t)>, pub SetWorkingStandingZeroPoseToRawTrackingPose: Option<unsafe extern "C" fn(_: *mut HmdMatrix34_t)>, pub ReloadFromDisk: Option<unsafe extern "C" fn(_: EChaperoneConfigFile)>, pub GetLiveSeatedZeroPoseToRawTrackingPose: Option<unsafe extern "C" fn(_: *mut HmdMatrix34_t) -> bool>, pub SetWorkingCollisionBoundsTagsInfo: Option<unsafe extern "C" fn(_: *mut u8, _: u32)>, pub GetLiveCollisionBoundsTagsInfo: Option<unsafe extern "C" fn(_: *mut u8, _: *mut u32) -> bool>, pub SetWorkingPhysicalBoundsInfo: Option<unsafe extern "C" fn(_: *mut HmdQuad_t, _: u32) -> bool>, pub GetLivePhysicalBoundsInfo: Option<unsafe extern "C" fn(_: *mut HmdQuad_t, _: *mut u32) -> bool>, pub ExportLiveToBuffer: Option<unsafe extern "C" fn(_: *mut c_char, _: *mut u32) -> bool>, pub ImportFromBufferToWorking: Option<unsafe extern "C" fn(_: *mut c_char, _: u32) -> bool>, }

Fields

Trait Implementations

impl Debug for VR_IVRChaperoneSetup_FnTable
[src]

[src]

Formats the value using the given formatter.

impl Copy for VR_IVRChaperoneSetup_FnTable
[src]

impl Clone for VR_IVRChaperoneSetup_FnTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more