Type Alias libR_sys::R_ExternalMethodDef
source · pub type R_ExternalMethodDef = R_CallMethodDef;
Aliased Type§
struct R_ExternalMethodDef {
pub name: *const i8,
pub fun: Option<unsafe extern "C" fn() -> *mut c_void>,
pub numArgs: i32,
}
Fields§
§name: *const i8
§fun: Option<unsafe extern "C" fn() -> *mut c_void>
§numArgs: i32
Trait Implementations
source§impl Clone for R_CallMethodDef
impl Clone for R_CallMethodDef
source§fn clone(&self) -> R_CallMethodDef
fn clone(&self) -> R_CallMethodDef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more