T_VBVMR_Input_GetDeviceDescW

Type Alias T_VBVMR_Input_GetDeviceDescW 

Source
pub type T_VBVMR_Input_GetDeviceDescW = Option<unsafe extern "C" fn(zindex: c_long, nType: *mut c_long, wszDeviceName: *mut c_ushort, wszHardwareId: *mut c_ushort) -> c_long>;

Aliased Type§

pub enum T_VBVMR_Input_GetDeviceDescW {
    None,
    Some(unsafe extern "C" fn(i32, *mut i32, *mut u16, *mut u16) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut i32, *mut u16, *mut u16) -> i32)

Some value of type T.