Union grpcio_sys::grpc_arg_grpc_arg_value [−][src]
#[repr(C)]
pub union grpc_arg_grpc_arg_value {
pub string: *mut c_char,
pub integer: c_int,
pub pointer: grpc_arg_grpc_arg_value_grpc_arg_pointer,
// some fields omitted
}
Fields
string: *mut c_char
integer: c_int
pointer: grpc_arg_grpc_arg_value_grpc_arg_pointer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_arg_grpc_arg_value
impl !Send for grpc_arg_grpc_arg_value
impl !Sync for grpc_arg_grpc_arg_value
impl Unpin for grpc_arg_grpc_arg_value
impl UnwindSafe for grpc_arg_grpc_arg_value
Blanket Implementations
Mutably borrows from an owned value. Read more