PtDspyRenderProgressFuncPtr

Type Alias PtDspyRenderProgressFuncPtr 

Source
pub type PtDspyRenderProgressFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, progress: f32) -> PtDspyError>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.