Struct rdma_sys::ibv_device_cap_flags
source · [−]#[repr(transparent)]pub struct ibv_device_cap_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_RESIZE_MAX_WR: ibv_device_cap_flags = ibv_device_cap_flags(1)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_BAD_PKEY_CNTR: ibv_device_cap_flags = ibv_device_cap_flags(2)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_BAD_QKEY_CNTR: ibv_device_cap_flags = ibv_device_cap_flags(4)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_RAW_MULTI: ibv_device_cap_flags = ibv_device_cap_flags(8)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_AUTO_PATH_MIG: ibv_device_cap_flags = ibv_device_cap_flags(16)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_CHANGE_PHY_PORT: ibv_device_cap_flags = ibv_device_cap_flags(32)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_UD_AV_PORT_ENFORCE: ibv_device_cap_flags = ibv_device_cap_flags(64)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_CURR_QP_STATE_MOD: ibv_device_cap_flags = ibv_device_cap_flags(128)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_SHUTDOWN_PORT: ibv_device_cap_flags = ibv_device_cap_flags(256)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_INIT_TYPE: ibv_device_cap_flags = ibv_device_cap_flags(512)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_PORT_ACTIVE_EVENT: ibv_device_cap_flags = ibv_device_cap_flags(1024)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_SYS_IMAGE_GUID: ibv_device_cap_flags = ibv_device_cap_flags(2048)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_RC_RNR_NAK_GEN: ibv_device_cap_flags = ibv_device_cap_flags(4096)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_SRQ_RESIZE: ibv_device_cap_flags = ibv_device_cap_flags(8192)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_N_NOTIFY_CQ: ibv_device_cap_flags = ibv_device_cap_flags(16384)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_MEM_WINDOW: ibv_device_cap_flags = ibv_device_cap_flags(131072)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_UD_IP_CSUM: ibv_device_cap_flags = ibv_device_cap_flags(262144)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_XRC: ibv_device_cap_flags = ibv_device_cap_flags(1048576)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_MEM_MGT_EXTENSIONS: ibv_device_cap_flags = ibv_device_cap_flags(2097152)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_MEM_WINDOW_TYPE_2A: ibv_device_cap_flags = ibv_device_cap_flags(8388608)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_MEM_WINDOW_TYPE_2B: ibv_device_cap_flags = ibv_device_cap_flags(16777216)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_RC_IP_CSUM: ibv_device_cap_flags = ibv_device_cap_flags(33554432)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_RAW_IP_CSUM: ibv_device_cap_flags = ibv_device_cap_flags(67108864)
sourceimpl ibv_device_cap_flags
impl ibv_device_cap_flags
pub const IBV_DEVICE_MANAGED_FLOW_STEERING: ibv_device_cap_flags = ibv_device_cap_flags(536870912)
Trait Implementations
sourceimpl BitAnd<ibv_device_cap_flags> for ibv_device_cap_flags
impl BitAnd<ibv_device_cap_flags> for ibv_device_cap_flags
type Output = ibv_device_cap_flags
type Output = ibv_device_cap_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_device_cap_flags> for ibv_device_cap_flags
impl BitAndAssign<ibv_device_cap_flags> for ibv_device_cap_flags
sourcefn bitand_assign(&mut self, rhs: ibv_device_cap_flags)
fn bitand_assign(&mut self, rhs: ibv_device_cap_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_device_cap_flags> for ibv_device_cap_flags
impl BitOr<ibv_device_cap_flags> for ibv_device_cap_flags
type Output = ibv_device_cap_flags
type Output = ibv_device_cap_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_device_cap_flags> for ibv_device_cap_flags
impl BitOrAssign<ibv_device_cap_flags> for ibv_device_cap_flags
sourcefn bitor_assign(&mut self, rhs: ibv_device_cap_flags)
fn bitor_assign(&mut self, rhs: ibv_device_cap_flags)
Performs the |= operation. Read more
sourceimpl Clone for ibv_device_cap_flags
impl Clone for ibv_device_cap_flags
sourcefn clone(&self) -> ibv_device_cap_flags
fn clone(&self) -> ibv_device_cap_flags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ibv_device_cap_flags
impl Debug for ibv_device_cap_flags
sourceimpl Hash for ibv_device_cap_flags
impl Hash for ibv_device_cap_flags
sourceimpl PartialEq<ibv_device_cap_flags> for ibv_device_cap_flags
impl PartialEq<ibv_device_cap_flags> for ibv_device_cap_flags
sourcefn eq(&self, other: &ibv_device_cap_flags) -> bool
fn eq(&self, other: &ibv_device_cap_flags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_device_cap_flags) -> bool
fn ne(&self, other: &ibv_device_cap_flags) -> bool
This method tests for !=.
impl Copy for ibv_device_cap_flags
impl Eq for ibv_device_cap_flags
impl StructuralEq for ibv_device_cap_flags
impl StructuralPartialEq for ibv_device_cap_flags
Auto Trait Implementations
impl RefUnwindSafe for ibv_device_cap_flags
impl Send for ibv_device_cap_flags
impl Sync for ibv_device_cap_flags
impl Unpin for ibv_device_cap_flags
impl UnwindSafe for ibv_device_cap_flags
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