pub type RunHandler_CommitRunBuffer = Option<unsafe extern "C" fn(arg1: TraitObject, arg2: *const SkShaper_RunHandler_RunInfo)>;Aliased Type§
pub enum RunHandler_CommitRunBuffer {
None,
Some(unsafe extern "C" fn(TraitObject, *const SkShaper_RunHandler_RunInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(TraitObject, *const SkShaper_RunHandler_RunInfo))
Some value of type T.