#[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 moreimpl Copy for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
Auto Trait Implementations§
impl RefUnwindSafe for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
impl Send for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
impl Sync for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
impl Unpin for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
impl UnwindSafe for grpc_byte_buffer_reader_grpc_byte_buffer_reader_current
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