Struct grpcio_sys::grpcwrap_batch_context
source · #[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_array
§send_message: *mut grpc_byte_buffer
§send_status_from_server: grpcwrap_batch_context__bindgen_ty_1
§recv_initial_metadata: grpc_metadata_array
§recv_message: *mut grpc_byte_buffer
§recv_status_on_client: grpcwrap_batch_context__bindgen_ty_2
§recv_close_on_server_cancelled: c_int
Trait Implementations§
source§impl Clone for grpcwrap_batch_context
impl Clone for grpcwrap_batch_context
source§fn clone(&self) -> grpcwrap_batch_context
fn clone(&self) -> grpcwrap_batch_context
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more