[][src]Struct grpcio_sys::grpcwrap_batch_context

#[repr(C)]pub struct grpcwrap_batch_context {
    pub send_initial_metadata: grpc_metadata_array,
    pub send_message: *mut grpc_byte_buffer,
    pub send_status_from_server: grpcwrap_batch_context__bindgen_ty_1,
    pub recv_initial_metadata: grpc_metadata_array,
    pub recv_message: *mut grpc_byte_buffer,
    pub recv_status_on_client: grpcwrap_batch_context__bindgen_ty_2,
    pub recv_close_on_server_cancelled: c_int,
}

Fields

send_initial_metadata: grpc_metadata_arraysend_message: *mut grpc_byte_buffersend_status_from_server: grpcwrap_batch_context__bindgen_ty_1recv_initial_metadata: grpc_metadata_arrayrecv_message: *mut grpc_byte_bufferrecv_status_on_client: grpcwrap_batch_context__bindgen_ty_2recv_close_on_server_cancelled: c_int

Trait Implementations

impl Clone for grpcwrap_batch_context[src]

impl Copy for grpcwrap_batch_context[src]

impl Debug for grpcwrap_batch_context[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.