#[repr(C)]pub struct roaring_memory_s {
pub malloc: roaring_malloc_p,
pub realloc: roaring_realloc_p,
pub calloc: roaring_calloc_p,
pub free: roaring_free_p,
pub aligned_malloc: roaring_aligned_malloc_p,
pub aligned_free: roaring_aligned_free_p,
}Fields§
§malloc: roaring_malloc_p§realloc: roaring_realloc_p§calloc: roaring_calloc_p§free: roaring_free_p§aligned_malloc: roaring_aligned_malloc_p§aligned_free: roaring_aligned_free_pTrait Implementations§
Source§impl Clone for roaring_memory_s
impl Clone for roaring_memory_s
Source§fn clone(&self) -> roaring_memory_s
fn clone(&self) -> roaring_memory_s
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 roaring_memory_s
impl Debug for roaring_memory_s
impl Copy for roaring_memory_s
Auto Trait Implementations§
impl Freeze for roaring_memory_s
impl RefUnwindSafe for roaring_memory_s
impl Send for roaring_memory_s
impl Sync for roaring_memory_s
impl Unpin for roaring_memory_s
impl UnwindSafe for roaring_memory_s
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