#[repr(C)]
pub union grpc_byte_buffer_grpc_byte_buffer_data {
pub reserved: grpc_byte_buffer_grpc_byte_buffer_data__bindgen_ty_1,
pub raw: grpc_byte_buffer_grpc_byte_buffer_data_grpc_compressed_buffer,
}
Fields§
§reserved: grpc_byte_buffer_grpc_byte_buffer_data__bindgen_ty_1
§raw: grpc_byte_buffer_grpc_byte_buffer_data_grpc_compressed_buffer
Trait Implementations§
source§impl Clone for grpc_byte_buffer_grpc_byte_buffer_data
impl Clone for grpc_byte_buffer_grpc_byte_buffer_data
source§fn clone(&self) -> grpc_byte_buffer_grpc_byte_buffer_data
fn clone(&self) -> grpc_byte_buffer_grpc_byte_buffer_data
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