Union grpcio_sys::grpc_op_grpc_op_data [−][src]
#[repr(C)]
pub union grpc_op_grpc_op_data {
pub reserved: grpc_op_grpc_op_data__bindgen_ty_1,
pub send_initial_metadata: grpc_op_grpc_op_data_grpc_op_send_initial_metadata,
pub send_message: grpc_op_grpc_op_data_grpc_op_send_message,
pub send_status_from_server: grpc_op_grpc_op_data_grpc_op_send_status_from_server,
pub recv_initial_metadata: grpc_op_grpc_op_data_grpc_op_recv_initial_metadata,
pub recv_message: grpc_op_grpc_op_data_grpc_op_recv_message,
pub recv_status_on_client: grpc_op_grpc_op_data_grpc_op_recv_status_on_client,
pub recv_close_on_server: grpc_op_grpc_op_data_grpc_op_recv_close_on_server,
// some fields omitted
}
Fields
reserved: grpc_op_grpc_op_data__bindgen_ty_1
send_initial_metadata: grpc_op_grpc_op_data_grpc_op_send_initial_metadata
send_message: grpc_op_grpc_op_data_grpc_op_send_message
send_status_from_server: grpc_op_grpc_op_data_grpc_op_send_status_from_server
recv_initial_metadata: grpc_op_grpc_op_data_grpc_op_recv_initial_metadata
recv_message: grpc_op_grpc_op_data_grpc_op_recv_message
recv_status_on_client: grpc_op_grpc_op_data_grpc_op_recv_status_on_client
recv_close_on_server: grpc_op_grpc_op_data_grpc_op_recv_close_on_server
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_op_grpc_op_data
impl !Send for grpc_op_grpc_op_data
impl !Sync for grpc_op_grpc_op_data
impl Unpin for grpc_op_grpc_op_data
impl UnwindSafe for grpc_op_grpc_op_data
Blanket Implementations
Mutably borrows from an owned value. Read more