wmem_foreach_func

Type Alias wmem_foreach_func 

Source
pub type wmem_foreach_func = Option<unsafe extern "C" fn(key: *const c_void, value: *mut c_void, userdata: *mut c_void) -> gboolean>;

Aliased Type§

pub enum wmem_foreach_func {
    None,
    Some(unsafe extern "C" fn(*const c_void, *mut c_void, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, *mut c_void, *mut c_void) -> i32)

Some value of type T.