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