[][src]Struct openvr_sys::VR_IVRDriverManager_FnTable

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

Fields

GetDriverCount: Option<unsafe extern "C" fn() -> u32>GetDriverName: Option<unsafe extern "C" fn(nDriver: DriverId_t, pchValue: *mut c_char, unBufferSize: u32) -> u32>GetDriverHandle: Option<unsafe extern "C" fn(pchDriverName: *mut c_char) -> DriverHandle_t>

Trait Implementations

impl Copy for VR_IVRDriverManager_FnTable[src]

impl Clone for VR_IVRDriverManager_FnTable[src]

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

Performs copy-assignment from source. Read more

impl Debug for VR_IVRDriverManager_FnTable[src]

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<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]