Struct grpcio_sys::grpc_arg_pointer_vtable [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for grpc_arg_pointer_vtable
impl Send for grpc_arg_pointer_vtable
impl Sync for grpc_arg_pointer_vtable
impl Unpin for grpc_arg_pointer_vtable
impl UnwindSafe for grpc_arg_pointer_vtable
Blanket Implementations
Mutably borrows from an owned value. Read more