Struct croaring_sys::shared_container_s [−][src]
#[repr(C)]pub struct shared_container_s { pub container: *mut c_void, pub typecode: u8, pub counter: u32, }
A shared container is a wrapper around a container with reference counting.
Fields
container: *mut c_void
typecode: u8
counter: u32
Trait Implementations
impl Debug for shared_container_s[src]
impl Debug for shared_container_sfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for shared_container_s[src]
impl Copy for shared_container_simpl Clone for shared_container_s[src]
impl Clone for shared_container_sfn clone(&self) -> shared_container_s[src]
fn clone(&self) -> shared_container_sReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for shared_container_s
impl !Send for shared_container_simpl !Sync for shared_container_s
impl !Sync for shared_container_s