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

Auto Trait Implementations

impl !Send for GrpcEvent

impl !Sync for GrpcEvent