[][src]Struct couchbase_sys::lcb_completion_procs

#[repr(C)]pub struct lcb_completion_procs {
    pub socket: lcb_ioC_socket_fn,
    pub close: lcb_ioC_close_fn,
    pub read: lcb_ioC_read_fn,
    pub connect: lcb_ioC_connect_fn,
    pub wballoc: lcb_ioC_wballoc_fn,
    pub wbfree: lcb_ioC_wbfree_fn,
    pub write: lcb_ioC_write_fn,
    pub write2: lcb_ioC_write2_fn,
    pub read2: lcb_ioC_read2_fn,
    pub serve: lcb_ioC_serve_fn,
    pub nameinfo: lcb_ioC_nameinfo_fn,
    pub is_closed: lcb_ioC_chkclosed_fn,
    pub cntl: lcb_ioC_cntl_fn,
}

Fields

socket: lcb_ioC_socket_fnclose: lcb_ioC_close_fnread: lcb_ioC_read_fnconnect: lcb_ioC_connect_fnwballoc: lcb_ioC_wballoc_fnwbfree: lcb_ioC_wbfree_fnwrite: lcb_ioC_write_fnwrite2: lcb_ioC_write2_fnread2: lcb_ioC_read2_fnserve: lcb_ioC_serve_fnnameinfo: lcb_ioC_nameinfo_fnis_closed: lcb_ioC_chkclosed_fncntl: lcb_ioC_cntl_fn

Trait Implementations

impl Clone for lcb_completion_procs[src]

impl Copy for lcb_completion_procs[src]

impl Debug for lcb_completion_procs[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.