[−][src]Struct couchbase_sys::lcb_bsdprocs_st
Fields
socket0: lcb_ioE_socket_fn
connect0: lcb_ioE_connect_fn
recv: lcb_ioE_recv_fn
recvv: lcb_ioE_recvv_fn
send: lcb_ioE_send_fn
sendv: lcb_ioE_sendv_fn
close: lcb_ioE_close_fn
bind: lcb_ioE_bind_fn
listen: lcb_ioE_listen_fn
accept: lcb_ioE_accept_fn
is_closed: lcb_ioE_chkclosed_fn
cntl: lcb_ioE_cntl_fn
Trait Implementations
impl Clone for lcb_bsdprocs_st
[src]
fn clone(&self) -> lcb_bsdprocs_st
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for lcb_bsdprocs_st
[src]
impl Debug for lcb_bsdprocs_st
[src]
Auto Trait Implementations
impl RefUnwindSafe for lcb_bsdprocs_st
impl Send for lcb_bsdprocs_st
impl Sync for lcb_bsdprocs_st
impl Unpin for lcb_bsdprocs_st
impl UnwindSafe for lcb_bsdprocs_st
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,