pub struct jemalloc_allocation_info;
Trait Implementations§
Source§impl Nif for jemalloc_allocation_info
impl Nif for jemalloc_allocation_info
const NAME: *const u8 = {alloc137<imm>: *const u8}
const ARITY: u32 = 0u32
const FLAGS: u32 = 0u32
const RAW_FUNC: unsafe extern "C" fn(nif_env: NIF_ENV, argc: c_int, argv: *const NIF_TERM) -> NIF_TERM = {<jemalloc_allocation_info as rustler::Nif>::RAW_FUNC::nif_func as unsafe extern "C" fn(*mut rustler_sys::rustler_sys_api::ErlNifEnv, i32, *const usize) -> usize}
const FUNC: DEF_NIF_FUNC
Auto Trait Implementations§
impl Freeze for jemalloc_allocation_info
impl RefUnwindSafe for jemalloc_allocation_info
impl Send for jemalloc_allocation_info
impl Sync for jemalloc_allocation_info
impl Unpin for jemalloc_allocation_info
impl UnwindSafe for jemalloc_allocation_info
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