Struct openvr_sys::VR_IVRDriverManager_FnTable [] [src]

#[repr(C)]
pub struct VR_IVRDriverManager_FnTable { pub GetDriverCount: Option<unsafe extern "C" fn() -> u32>, pub GetDriverName: Option<unsafe extern "C" fn(_: DriverId_t, _: *mut c_char, _: u32) -> u32>, }

Fields

Trait Implementations

impl Debug for VR_IVRDriverManager_FnTable
[src]

[src]

Formats the value using the given formatter.

impl Copy for VR_IVRDriverManager_FnTable
[src]

impl Clone for VR_IVRDriverManager_FnTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more