Struct rdma_sys::ibv_async_event
source · [−]#[repr(C)]pub struct ibv_async_event {
pub element: ibv_async_event_element_t,
pub event_type: Type,
}Fields
element: ibv_async_event_element_tevent_type: TypeAuto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more