PtDspyRenderStatisticsFuncPtr

Type Alias PtDspyRenderStatisticsFuncPtr 

Source
pub type PtDspyRenderStatisticsFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, arg1: *mut c_void) -> PtDspyError>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.