Type Alias Rdb_onAttach

Source
pub type Rdb_onAttach = Option<unsafe extern "C" fn(arg1: *mut R_ObjectTable)>;

Aliased Type§

enum Rdb_onAttach {
    None,
    Some(unsafe extern "C" fn(*mut Struct__R_ObjectTable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Struct__R_ObjectTable))

Some value of type T.