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

source§

fn clone(&self) -> R_allocator

Returns a copy 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_allocator

source§

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

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

impl Copy for R_allocator