Type Alias t_savefn

Source
pub type t_savefn = Option<unsafe extern "C" fn(x: *mut t_gobj, b: *mut _binbuf)>;

Aliased Type§

pub enum t_savefn {
    None,
    Some(unsafe extern "C" fn(*mut _gobj, *mut _binbuf)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _gobj, *mut _binbuf))

Some value of type T.