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

Trait Implementations

impl Debug for shared_container_s
[src]

Formats the value using the given formatter.

impl Copy for shared_container_s
[src]

impl Clone for shared_container_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more