Struct grpcio_sys::grpc_metadata [−][src]
#[repr(C)]pub struct grpc_metadata {
pub key: grpc_slice,
pub value: grpc_slice,
pub flags: u32,
pub internal_data: grpc_metadata__bindgen_ty_1,
}
Expand description
A single metadata element
Fields
key: grpc_slice
the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time.
value: grpc_slice
flags: u32
internal_data: grpc_metadata__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_metadata
impl !Send for grpc_metadata
impl !Sync for grpc_metadata
impl Unpin for grpc_metadata
impl UnwindSafe for grpc_metadata
Blanket Implementations
Mutably borrows from an owned value. Read more