Struct grpcio_sys::grpc_metadata_array
source · #[repr(C)]pub struct grpc_metadata_array {
pub count: usize,
pub capacity: usize,
pub metadata: *mut grpc_metadata,
}
Fields§
§count: usize
§capacity: usize
§metadata: *mut grpc_metadata
Trait Implementations§
source§impl Clone for grpc_metadata_array
impl Clone for grpc_metadata_array
source§fn clone(&self) -> grpc_metadata_array
fn clone(&self) -> grpc_metadata_array
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 moresource§impl Debug for grpc_metadata_array
impl Debug for grpc_metadata_array
impl Copy for grpc_metadata_array
Auto Trait Implementations§
impl RefUnwindSafe for grpc_metadata_array
impl !Send for grpc_metadata_array
impl !Sync for grpc_metadata_array
impl Unpin for grpc_metadata_array
impl UnwindSafe for grpc_metadata_array
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