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_int
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 moresource§impl Debug for R_CallMethodDef
impl Debug for R_CallMethodDef
impl Copy for R_CallMethodDef
Auto Trait Implementations§
impl Freeze for R_CallMethodDef
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)