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

#[repr(C)]
pub struct bson_t { pub flags: uint32_t, pub len: uint32_t, pub padding: [uint8_t; 120], }

Fields

Trait Implementations

impl Copy for bson_t
[src]

impl Clone for bson_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more