Struct openvr_sys::Struct_VR_IVRExtendedDisplay_FnTable [] [src]

pub struct Struct_VR_IVRExtendedDisplay_FnTable {
    pub GetWindowBounds: Option<unsafe extern fn(pnX: *mut int32_t, pnY: *mut int32_t, pnWidth: *mut uint32_t, pnHeight: *mut uint32_t)>,
    pub GetEyeOutputViewport: Option<unsafe extern fn(eEye: EVREye, pnX: *mut uint32_t, pnY: *mut uint32_t, pnWidth: *mut uint32_t, pnHeight: *mut uint32_t)>,
    pub GetDXGIOutputInfo: Option<unsafe extern fn(pnAdapterIndex: *mut int32_t, pnAdapterOutputIndex: *mut int32_t)>,
}

Fields

GetWindowBounds: Option<unsafe extern fn(pnX: *mut int32_t, pnY: *mut int32_t, pnWidth: *mut uint32_t, pnHeight: *mut uint32_t)> GetEyeOutputViewport: Option<unsafe extern fn(eEye: EVREye, pnX: *mut uint32_t, pnY: *mut uint32_t, pnWidth: *mut uint32_t, pnHeight: *mut uint32_t)> GetDXGIOutputInfo: Option<unsafe extern fn(pnAdapterIndex: *mut int32_t, pnAdapterOutputIndex: *mut int32_t)>

Trait Implementations

impl Copy for Struct_VR_IVRExtendedDisplay_FnTable
[src]

impl Clone for Struct_VR_IVRExtendedDisplay_FnTable
[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_VR_IVRExtendedDisplay_FnTable
[src]

fn default() -> Self

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