Struct libR_sys::R_CallMethodDef [−][src]
#[repr(C)]pub struct R_CallMethodDef { pub name: *const c_char, pub fun: DL_FUNC, pub numArgs: c_int, }
Fields
name: *const c_charfun: DL_FUNCnumArgs: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for R_CallMethodDef
impl !Send for R_CallMethodDef
impl !Sync for R_CallMethodDef
impl Unpin for R_CallMethodDef
impl UnwindSafe for R_CallMethodDef
Blanket Implementations
Mutably borrows from an owned value. Read more