Struct openvr_sys::VR_IVRExtendedDisplay_FnTable[][src]

#[repr(C)]
pub struct VR_IVRExtendedDisplay_FnTable { pub GetWindowBounds: Option<unsafe extern "C" fn(pnX: *mut i32, pnY: *mut i32, pnWidth: *mut u32, pnHeight: *mut u32)>, pub GetEyeOutputViewport: Option<unsafe extern "C" fn(eEye: EVREye, pnX: *mut u32, pnY: *mut u32, pnWidth: *mut u32, pnHeight: *mut u32)>, pub GetDXGIOutputInfo: Option<unsafe extern "C" fn(pnAdapterIndex: *mut i32, pnAdapterOutputIndex: *mut i32)>, }

Fields

Trait Implementations

impl Debug for VR_IVRExtendedDisplay_FnTable
[src]

Formats the value using the given formatter. Read more

impl Copy for VR_IVRExtendedDisplay_FnTable
[src]

impl Clone for VR_IVRExtendedDisplay_FnTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations