tm_crunch_progress

Type Alias tm_crunch_progress 

Source
pub type tm_crunch_progress = Option<unsafe extern "C" fn(phase_index: u32, total_phases: u32, subphase_index: u32, total_subphases: u32, user_data: *mut c_void) -> bool>;

Aliased Type§

pub enum tm_crunch_progress {
    None,
    Some(unsafe extern "C" fn(u32, u32, u32, u32, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.