Struct mongoc_sys::bindings::bson_t [] [src]

pub struct bson_t {
    pub flags: uint32_t,
    pub len: uint32_t,
    pub padding: [uint8_t; 120],
}

Fields

flags: uint32_t len: uint32_t padding: [uint8_t; 120]

Trait Implementations

impl Copy for bson_t
[src]

impl Clone for bson_t
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more