#[repr(u32)]pub enum ibv_event_type {
Show 20 variants
IBV_EVENT_CQ_ERR = 0,
IBV_EVENT_QP_FATAL = 1,
IBV_EVENT_QP_REQ_ERR = 2,
IBV_EVENT_QP_ACCESS_ERR = 3,
IBV_EVENT_COMM_EST = 4,
IBV_EVENT_SQ_DRAINED = 5,
IBV_EVENT_PATH_MIG = 6,
IBV_EVENT_PATH_MIG_ERR = 7,
IBV_EVENT_DEVICE_FATAL = 8,
IBV_EVENT_PORT_ACTIVE = 9,
IBV_EVENT_PORT_ERR = 10,
IBV_EVENT_LID_CHANGE = 11,
IBV_EVENT_PKEY_CHANGE = 12,
IBV_EVENT_SM_CHANGE = 13,
IBV_EVENT_SRQ_ERR = 14,
IBV_EVENT_SRQ_LIMIT_REACHED = 15,
IBV_EVENT_QP_LAST_WQE_REACHED = 16,
IBV_EVENT_CLIENT_REREGISTER = 17,
IBV_EVENT_GID_CHANGE = 18,
IBV_EVENT_WQ_FATAL = 19,
}Variants§
IBV_EVENT_CQ_ERR = 0
IBV_EVENT_QP_FATAL = 1
IBV_EVENT_QP_REQ_ERR = 2
IBV_EVENT_QP_ACCESS_ERR = 3
IBV_EVENT_COMM_EST = 4
IBV_EVENT_SQ_DRAINED = 5
IBV_EVENT_PATH_MIG = 6
IBV_EVENT_PATH_MIG_ERR = 7
IBV_EVENT_DEVICE_FATAL = 8
IBV_EVENT_PORT_ACTIVE = 9
IBV_EVENT_PORT_ERR = 10
IBV_EVENT_LID_CHANGE = 11
IBV_EVENT_PKEY_CHANGE = 12
IBV_EVENT_SM_CHANGE = 13
IBV_EVENT_SRQ_ERR = 14
IBV_EVENT_SRQ_LIMIT_REACHED = 15
IBV_EVENT_QP_LAST_WQE_REACHED = 16
IBV_EVENT_CLIENT_REREGISTER = 17
IBV_EVENT_GID_CHANGE = 18
IBV_EVENT_WQ_FATAL = 19
Trait Implementations§
Source§impl Clone for ibv_event_type
impl Clone for ibv_event_type
Source§fn clone(&self) -> ibv_event_type
fn clone(&self) -> ibv_event_type
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 Debug for ibv_event_type
impl Debug for ibv_event_type
Source§impl Hash for ibv_event_type
impl Hash for ibv_event_type
Source§impl PartialEq for ibv_event_type
impl PartialEq for ibv_event_type
impl Copy for ibv_event_type
impl Eq for ibv_event_type
impl StructuralPartialEq for ibv_event_type
Auto Trait Implementations§
impl Freeze for ibv_event_type
impl RefUnwindSafe for ibv_event_type
impl Send for ibv_event_type
impl Sync for ibv_event_type
impl Unpin for ibv_event_type
impl UnwindSafe for ibv_event_type
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