Struct gauc::couchbase::types::response::get::GetInternal [] [src]

#[repr(C)]
pub struct GetInternal { pub cookie: *mut c_void, pub key: *const c_void, pub nkey: c_ulong, pub cas: c_ulonglong, pub rc: ErrorType, pub version: u16, pub rflags: u16, pub value: *const c_void, pub nvalue: c_ulong, pub bufh: *mut c_void, pub datatype: u8, pub itmflags: u32, }

Fields

Methods

impl GetInternal
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for GetInternal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GetInternal
[src]

impl Debug for GetInternal
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GetInternal

impl !Sync for GetInternal