#[repr(C)]pub struct grpc_arg_grpc_arg_value_grpc_arg_pointer {
pub p: *mut c_void,
pub vtable: *const grpc_arg_pointer_vtable,
}
Fields§
§p: *mut c_void
§vtable: *const grpc_arg_pointer_vtable
Trait Implementations§
source§impl Clone for grpc_arg_grpc_arg_value_grpc_arg_pointer
impl Clone for grpc_arg_grpc_arg_value_grpc_arg_pointer
source§fn clone(&self) -> grpc_arg_grpc_arg_value_grpc_arg_pointer
fn clone(&self) -> grpc_arg_grpc_arg_value_grpc_arg_pointer
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_arg_grpc_arg_value_grpc_arg_pointer
Auto Trait Implementations§
impl RefUnwindSafe for grpc_arg_grpc_arg_value_grpc_arg_pointer
impl !Send for grpc_arg_grpc_arg_value_grpc_arg_pointer
impl !Sync for grpc_arg_grpc_arg_value_grpc_arg_pointer
impl Unpin for grpc_arg_grpc_arg_value_grpc_arg_pointer
impl UnwindSafe for grpc_arg_grpc_arg_value_grpc_arg_pointer
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