#[repr(C)]pub struct ibv_async_event {
pub element: ibv_async_event_element_t,
pub event_type: ibv_event_type,
}Fields§
§element: ibv_async_event_element_t§event_type: ibv_event_typeAuto Trait Implementations§
impl Freeze for ibv_async_event
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more