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 moresource§impl Debug for grpcwrap_batch_context
impl Debug for grpcwrap_batch_context
impl Copy for grpcwrap_batch_context
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more