#[repr(C)]pub struct grpc_slice_grpc_slice_data_grpc_slice_refcounted {
pub length: usize,
pub bytes: *mut u8,
}
Fields§
§length: usize
§bytes: *mut u8
Trait Implementations§
source§impl Clone for grpc_slice_grpc_slice_data_grpc_slice_refcounted
impl Clone for grpc_slice_grpc_slice_data_grpc_slice_refcounted
source§fn clone(&self) -> grpc_slice_grpc_slice_data_grpc_slice_refcounted
fn clone(&self) -> grpc_slice_grpc_slice_data_grpc_slice_refcounted
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