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