Struct couchbase_sys::lcb_buf_info [] [src]

#[repr(C)]
pub struct lcb_buf_info { pub root: *mut c_char, pub size: lcb_SIZE, pub ringbuffer: *mut ringbuffer_st, pub iov: [lcb_iovec_st; 2], }

Fields

Trait Implementations

impl Debug for lcb_buf_info
[src]

Formats the value using the given formatter.

impl Copy for lcb_buf_info
[src]

impl Clone for lcb_buf_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more