Type Alias R_FortranMethodDef

Source
pub type R_FortranMethodDef = R_CMethodDef;

Aliased Type§

#[repr(C)]
pub struct R_FortranMethodDef { pub name: *const i8, pub fun: Option<unsafe extern "C" fn() -> *mut c_void>, pub numArgs: i32, pub types: *mut u32, }

Fields§

§name: *const i8§fun: Option<unsafe extern "C" fn() -> *mut c_void>§numArgs: i32§types: *mut u32

Trait Implementations

Source§

impl Clone for R_CMethodDef

Source§

fn clone(&self) -> R_CMethodDef

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for R_CMethodDef

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for R_CMethodDef