Type Alias Rdb_get

Source
pub type Rdb_get = Option<unsafe extern "C" fn(name: *const c_char, canCache: *mut Rboolean, arg1: *mut R_ObjectTable) -> SEXP>;

Aliased Type§

pub enum Rdb_get {
    None,
    Some(unsafe extern "C" fn(*const i8, *mut Rboolean, *mut Struct__R_ObjectTable) -> *mut Struct_SEXPREC),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *mut Rboolean, *mut Struct__R_ObjectTable) -> *mut Struct_SEXPREC)

Some value of type T.