#[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 more