PTP_WAIT_CALLBACK

Type Alias PTP_WAIT_CALLBACK 

pub type PTP_WAIT_CALLBACK = Option<unsafe extern "system" fn(instance: PTP_CALLBACK_INSTANCE, context: *mut c_void, wait: PTP_WAIT, waitresult: u32)>;

Aliased Type§

pub enum PTP_WAIT_CALLBACK {
    None,
    Some(unsafe extern "system" fn(PTP_CALLBACK_INSTANCE, *mut c_void, PTP_WAIT, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PTP_CALLBACK_INSTANCE, *mut c_void, PTP_WAIT, u32))

Some value of type T.