#[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 moreimpl Copy for grpc_slice_grpc_slice_data_grpc_slice_refcounted
Auto Trait Implementations§
impl RefUnwindSafe for grpc_slice_grpc_slice_data_grpc_slice_refcounted
impl !Send for grpc_slice_grpc_slice_data_grpc_slice_refcounted
impl !Sync for grpc_slice_grpc_slice_data_grpc_slice_refcounted
impl Unpin for grpc_slice_grpc_slice_data_grpc_slice_refcounted
impl UnwindSafe for grpc_slice_grpc_slice_data_grpc_slice_refcounted
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more