Struct grpcio_sys::grpcwrap_batch_context [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for grpcwrap_batch_context
impl !Send for grpcwrap_batch_context
impl !Sync for grpcwrap_batch_context
impl Unpin for grpcwrap_batch_context
impl UnwindSafe for grpcwrap_batch_context
Blanket Implementations
Mutably borrows from an owned value. Read more