Struct rdma_sys::ibv_port_cap_flags
source · [−]#[repr(transparent)]pub struct ibv_port_cap_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_SM: ibv_port_cap_flags = ibv_port_cap_flags(2)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_NOTICE_SUP: ibv_port_cap_flags = ibv_port_cap_flags(4)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_TRAP_SUP: ibv_port_cap_flags = ibv_port_cap_flags(8)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_OPT_IPD_SUP: ibv_port_cap_flags = ibv_port_cap_flags(16)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_AUTO_MIGR_SUP: ibv_port_cap_flags = ibv_port_cap_flags(32)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_SL_MAP_SUP: ibv_port_cap_flags = ibv_port_cap_flags(64)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_MKEY_NVRAM: ibv_port_cap_flags = ibv_port_cap_flags(128)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_PKEY_NVRAM: ibv_port_cap_flags = ibv_port_cap_flags(256)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_LED_INFO_SUP: ibv_port_cap_flags = ibv_port_cap_flags(512)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_SYS_IMAGE_GUID_SUP: ibv_port_cap_flags = ibv_port_cap_flags(2048)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_PKEY_SW_EXT_PORT_TRAP_SUP: ibv_port_cap_flags = ibv_port_cap_flags(4096)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_EXTENDED_SPEEDS_SUP: ibv_port_cap_flags = ibv_port_cap_flags(16384)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_CAP_MASK2_SUP: ibv_port_cap_flags = ibv_port_cap_flags(32768)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_CM_SUP: ibv_port_cap_flags = ibv_port_cap_flags(65536)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_SNMP_TUNNEL_SUP: ibv_port_cap_flags = ibv_port_cap_flags(131072)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_REINIT_SUP: ibv_port_cap_flags = ibv_port_cap_flags(262144)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_DEVICE_MGMT_SUP: ibv_port_cap_flags = ibv_port_cap_flags(524288)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_VENDOR_CLASS_SUP: ibv_port_cap_flags = ibv_port_cap_flags(1048576)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_DR_NOTICE_SUP: ibv_port_cap_flags = ibv_port_cap_flags(2097152)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_CAP_MASK_NOTICE_SUP: ibv_port_cap_flags = ibv_port_cap_flags(4194304)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_BOOT_MGMT_SUP: ibv_port_cap_flags = ibv_port_cap_flags(8388608)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_LINK_LATENCY_SUP: ibv_port_cap_flags = ibv_port_cap_flags(16777216)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_CLIENT_REG_SUP: ibv_port_cap_flags = ibv_port_cap_flags(33554432)
sourceimpl ibv_port_cap_flags
impl ibv_port_cap_flags
pub const IBV_PORT_IP_BASED_GIDS: ibv_port_cap_flags = ibv_port_cap_flags(67108864)
Trait Implementations
sourceimpl BitAnd<ibv_port_cap_flags> for ibv_port_cap_flags
impl BitAnd<ibv_port_cap_flags> for ibv_port_cap_flags
type Output = ibv_port_cap_flags
type Output = ibv_port_cap_flags
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_port_cap_flags> for ibv_port_cap_flags
impl BitAndAssign<ibv_port_cap_flags> for ibv_port_cap_flags
sourcefn bitand_assign(&mut self, rhs: ibv_port_cap_flags)
fn bitand_assign(&mut self, rhs: ibv_port_cap_flags)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_port_cap_flags> for ibv_port_cap_flags
impl BitOr<ibv_port_cap_flags> for ibv_port_cap_flags
type Output = ibv_port_cap_flags
type Output = ibv_port_cap_flags
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_port_cap_flags> for ibv_port_cap_flags
impl BitOrAssign<ibv_port_cap_flags> for ibv_port_cap_flags
sourcefn bitor_assign(&mut self, rhs: ibv_port_cap_flags)
fn bitor_assign(&mut self, rhs: ibv_port_cap_flags)
Performs the |= operation. Read more
sourceimpl Clone for ibv_port_cap_flags
impl Clone for ibv_port_cap_flags
sourcefn clone(&self) -> ibv_port_cap_flags
fn clone(&self) -> ibv_port_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_port_cap_flags
impl Debug for ibv_port_cap_flags
sourceimpl Hash for ibv_port_cap_flags
impl Hash for ibv_port_cap_flags
sourceimpl PartialEq<ibv_port_cap_flags> for ibv_port_cap_flags
impl PartialEq<ibv_port_cap_flags> for ibv_port_cap_flags
sourcefn eq(&self, other: &ibv_port_cap_flags) -> bool
fn eq(&self, other: &ibv_port_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_port_cap_flags) -> bool
fn ne(&self, other: &ibv_port_cap_flags) -> bool
This method tests for !=.
impl Copy for ibv_port_cap_flags
impl Eq for ibv_port_cap_flags
impl StructuralEq for ibv_port_cap_flags
impl StructuralPartialEq for ibv_port_cap_flags
Auto Trait Implementations
impl RefUnwindSafe for ibv_port_cap_flags
impl Send for ibv_port_cap_flags
impl Sync for ibv_port_cap_flags
impl Unpin for ibv_port_cap_flags
impl UnwindSafe for ibv_port_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