pub type ImDrawCallback = Option<unsafe extern "C" fn(parent_list: *const ImDrawList, cmd: *const ImDrawCmd)>;

Aliased Type§

enum ImDrawCallback {
    None,
    Some(unsafe extern "C" fn(_: *const ImDrawList, _: *const ImDrawCmd)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ImDrawList, _: *const ImDrawCmd))

Some value of type T.