Struct rdma_sys::ibv_port_cap_flags2
source · [−]#[repr(transparent)]pub struct ibv_port_cap_flags2(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_SET_NODE_DESC_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(1)
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_INFO_EXT_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(2)
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_VIRT_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(4)
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_SWITCH_PORT_STATE_TABLE_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(8)
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_LINK_WIDTH_2X_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(16)
sourceimpl ibv_port_cap_flags2
impl ibv_port_cap_flags2
pub const IBV_PORT_LINK_SPEED_HDR_SUP: ibv_port_cap_flags2 = ibv_port_cap_flags2(32)
Trait Implementations
sourceimpl BitAnd<ibv_port_cap_flags2> for ibv_port_cap_flags2
impl BitAnd<ibv_port_cap_flags2> for ibv_port_cap_flags2
type Output = ibv_port_cap_flags2
type Output = ibv_port_cap_flags2
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_port_cap_flags2> for ibv_port_cap_flags2
impl BitAndAssign<ibv_port_cap_flags2> for ibv_port_cap_flags2
sourcefn bitand_assign(&mut self, rhs: ibv_port_cap_flags2)
fn bitand_assign(&mut self, rhs: ibv_port_cap_flags2)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_port_cap_flags2> for ibv_port_cap_flags2
impl BitOr<ibv_port_cap_flags2> for ibv_port_cap_flags2
type Output = ibv_port_cap_flags2
type Output = ibv_port_cap_flags2
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_port_cap_flags2> for ibv_port_cap_flags2
impl BitOrAssign<ibv_port_cap_flags2> for ibv_port_cap_flags2
sourcefn bitor_assign(&mut self, rhs: ibv_port_cap_flags2)
fn bitor_assign(&mut self, rhs: ibv_port_cap_flags2)
Performs the |= operation. Read more
sourceimpl Clone for ibv_port_cap_flags2
impl Clone for ibv_port_cap_flags2
sourcefn clone(&self) -> ibv_port_cap_flags2
fn clone(&self) -> ibv_port_cap_flags2
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_flags2
impl Debug for ibv_port_cap_flags2
sourceimpl Hash for ibv_port_cap_flags2
impl Hash for ibv_port_cap_flags2
sourceimpl PartialEq<ibv_port_cap_flags2> for ibv_port_cap_flags2
impl PartialEq<ibv_port_cap_flags2> for ibv_port_cap_flags2
sourcefn eq(&self, other: &ibv_port_cap_flags2) -> bool
fn eq(&self, other: &ibv_port_cap_flags2) -> 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_flags2) -> bool
fn ne(&self, other: &ibv_port_cap_flags2) -> bool
This method tests for !=.
impl Copy for ibv_port_cap_flags2
impl Eq for ibv_port_cap_flags2
impl StructuralEq for ibv_port_cap_flags2
impl StructuralPartialEq for ibv_port_cap_flags2
Auto Trait Implementations
impl RefUnwindSafe for ibv_port_cap_flags2
impl Send for ibv_port_cap_flags2
impl Sync for ibv_port_cap_flags2
impl Unpin for ibv_port_cap_flags2
impl UnwindSafe for ibv_port_cap_flags2
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