Struct ibverbs_sys::ibv_async_event [−][src]
#[repr(C)]pub struct ibv_async_event {
pub element: ibv_async_event__bindgen_ty_1,
pub event_type: ibv_event_type,
}Fields
element: ibv_async_event__bindgen_ty_1event_type: ibv_event_typeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_async_event
impl !Send for ibv_async_event
impl !Sync for ibv_async_event
impl Unpin for ibv_async_event
impl UnwindSafe for ibv_async_event
Blanket Implementations
Mutably borrows from an owned value. Read more