Struct grpcio_sys::grpc_op_grpc_op_data_grpc_op_send_message [−][src]
#[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
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more