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