Struct libR_sys::R_CallMethodDef
source · #[repr(C)]pub struct R_CallMethodDef {
pub name: *const c_char,
pub fun: DL_FUNC,
pub numArgs: c_int,
}Fields§
§name: *const c_char§fun: DL_FUNC§numArgs: c_intTrait 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