#[repr(C)]pub struct grpc_op_grpc_op_data_grpc_op_send_message {
pub send_message: *mut grpc_byte_buffer,
}
Fields§
§send_message: *mut grpc_byte_buffer
This op takes ownership of the slices in send_message. After a call completes, the contents of send_message are not guaranteed and likely empty. The original owner should still call grpc_byte_buffer_destroy() on this object however.
Trait Implementations§
source§impl Clone for grpc_op_grpc_op_data_grpc_op_send_message
impl Clone for grpc_op_grpc_op_data_grpc_op_send_message
source§fn clone(&self) -> grpc_op_grpc_op_data_grpc_op_send_message
fn clone(&self) -> grpc_op_grpc_op_data_grpc_op_send_message
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