Struct grpcio_sys::GrpcEvent [−][src]
#[repr(C)]pub struct GrpcEvent { pub event_type: GrpcCompletionType, pub success: c_int, pub tag: *mut c_void, }
The result of an operation.
Returned by a completion queue when the operation started with tag.
Fields
event_type: GrpcCompletionType
success: c_int
tag: *mut c_void