Union grpcio_sys::grpc_byte_buffer_reader_grpc_byte_buffer_reader_current [−][src]
#[repr(C)]
pub union grpc_byte_buffer_reader_grpc_byte_buffer_reader_current {
pub index: c_uint,
// some fields omitted
}
Expand description
Different current objects correspond to different types of byte buffers
Fields
index: c_uint
Index into a slice buffer’s array of slices
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more