#[repr(C)]pub struct roaring_bitmap_s {
pub high_low_container: roaring_array_t,
}Fields§
§high_low_container: roaring_array_tTrait Implementations§
Source§impl Clone for roaring_bitmap_s
impl Clone for roaring_bitmap_s
Source§fn clone(&self) -> roaring_bitmap_s
fn clone(&self) -> roaring_bitmap_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_bitmap_s
impl Debug for roaring_bitmap_s
impl Copy for roaring_bitmap_s
Auto Trait Implementations§
impl Freeze for roaring_bitmap_s
impl RefUnwindSafe for roaring_bitmap_s
impl !Send for roaring_bitmap_s
impl !Sync for roaring_bitmap_s
impl Unpin for roaring_bitmap_s
impl UnwindSafe for roaring_bitmap_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