#[repr(C)]
pub union grpc_byte_buffer_reader_grpc_byte_buffer_reader_current {
pub index: c_uint,
}
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§
source§impl Clone for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
impl Clone for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
source§fn clone(&self) -> grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
fn clone(&self) -> grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
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 more