#[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_1
§event_type: ibv_event_type
Trait Implementations§
Source§impl Clone for ibv_async_event
impl Clone for ibv_async_event
Source§fn clone(&self) -> ibv_async_event
fn clone(&self) -> ibv_async_event
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ibv_async_event
impl Default for ibv_async_event
impl Copy for ibv_async_event
Auto 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