PtDspyQueryFuncPtr

Type Alias PtDspyQueryFuncPtr 

Source
pub type PtDspyQueryFuncPtr = Option<unsafe extern "C" fn(arg1: PtDspyImageHandle, arg2: PtDspyQueryType, arg3: c_int, arg4: *mut c_void) -> PtDspyError>;

Aliased Type§

pub enum PtDspyQueryFuncPtr {
    None,
    Some(unsafe extern "C" fn(*mut c_void, PtDspyQueryType, i32, *mut c_void) -> PtDspyError),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, PtDspyQueryType, i32, *mut c_void) -> PtDspyError)

Some value of type T.