Type Alias libR_sys::R_allocator_t
source · pub type R_allocator_t = R_allocator;
Aliased Type§
struct R_allocator_t { /* private fields */ }
Trait Implementations
source§impl Clone for R_allocator
impl Clone for R_allocator
source§fn clone(&self) -> R_allocator
fn clone(&self) -> R_allocator
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