Struct libR_sys::R_allocator
source · #[repr(C)]pub struct R_allocator { /* 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 moresource§impl Debug for R_allocator
impl Debug for R_allocator
impl Copy for R_allocator
Auto Trait Implementations§
impl Freeze for R_allocator
impl RefUnwindSafe for R_allocator
impl Send for R_allocator
impl Sync for R_allocator
impl Unpin for R_allocator
impl UnwindSafe for R_allocator
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
)