Struct ibverbs_sys::ibv_port_cap_flags [−][src]
#[repr(transparent)]pub struct ibv_port_cap_flags(pub c_uint);Tuple Fields
0: c_uintImplementations
Trait Implementations
Performs the &= operation. Read more
Performs the |= operation. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more