Struct grpcio_sys::grpc_arg_pointer_vtable
source · #[repr(C)]pub struct grpc_arg_pointer_vtable {
pub copy: Option<unsafe extern "C" fn(p: *mut c_void) -> *mut c_void>,
pub destroy: Option<unsafe extern "C" fn(p: *mut c_void)>,
pub cmp: Option<unsafe extern "C" fn(p: *mut c_void, q: *mut c_void) -> c_int>,
}
Fields§
§copy: Option<unsafe extern "C" fn(p: *mut c_void) -> *mut c_void>
§destroy: Option<unsafe extern "C" fn(p: *mut c_void)>
§cmp: Option<unsafe extern "C" fn(p: *mut c_void, q: *mut c_void) -> c_int>
Trait Implementations§
source§impl Clone for grpc_arg_pointer_vtable
impl Clone for grpc_arg_pointer_vtable
source§fn clone(&self) -> grpc_arg_pointer_vtable
fn clone(&self) -> grpc_arg_pointer_vtable
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