PtDspyRenderAutoProgressFuncPtr

Type Alias PtDspyRenderAutoProgressFuncPtr 

Source
pub type PtDspyRenderAutoProgressFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, progress_from: f32, progress_to: f32, duration: f32, step: *const c_char) -> PtDspyError>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.