Struct grpcio_sys::grpc_slice_grpc_slice_data_grpc_slice_inlined [−][src]
#[repr(C)]pub struct grpc_slice_grpc_slice_data_grpc_slice_inlined {
pub length: u8,
pub bytes: [u8; 23],
}
Fields
length: u8
bytes: [u8; 23]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more