Struct rdma_sys::ibv_odp_general_caps
source · [−]#[repr(transparent)]pub struct ibv_odp_general_caps(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl ibv_odp_general_caps
impl ibv_odp_general_caps
pub const IBV_ODP_SUPPORT: ibv_odp_general_caps = ibv_odp_general_caps(1)
sourceimpl ibv_odp_general_caps
impl ibv_odp_general_caps
pub const IBV_ODP_SUPPORT_IMPLICIT: ibv_odp_general_caps = ibv_odp_general_caps(2)
Trait Implementations
sourceimpl BitAnd<ibv_odp_general_caps> for ibv_odp_general_caps
impl BitAnd<ibv_odp_general_caps> for ibv_odp_general_caps
type Output = ibv_odp_general_caps
type Output = ibv_odp_general_caps
The resulting type after applying the & operator.
sourceimpl BitAndAssign<ibv_odp_general_caps> for ibv_odp_general_caps
impl BitAndAssign<ibv_odp_general_caps> for ibv_odp_general_caps
sourcefn bitand_assign(&mut self, rhs: ibv_odp_general_caps)
fn bitand_assign(&mut self, rhs: ibv_odp_general_caps)
Performs the &= operation. Read more
sourceimpl BitOr<ibv_odp_general_caps> for ibv_odp_general_caps
impl BitOr<ibv_odp_general_caps> for ibv_odp_general_caps
type Output = ibv_odp_general_caps
type Output = ibv_odp_general_caps
The resulting type after applying the | operator.
sourceimpl BitOrAssign<ibv_odp_general_caps> for ibv_odp_general_caps
impl BitOrAssign<ibv_odp_general_caps> for ibv_odp_general_caps
sourcefn bitor_assign(&mut self, rhs: ibv_odp_general_caps)
fn bitor_assign(&mut self, rhs: ibv_odp_general_caps)
Performs the |= operation. Read more
sourceimpl Clone for ibv_odp_general_caps
impl Clone for ibv_odp_general_caps
sourcefn clone(&self) -> ibv_odp_general_caps
fn clone(&self) -> ibv_odp_general_caps
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_odp_general_caps
impl Debug for ibv_odp_general_caps
sourceimpl Hash for ibv_odp_general_caps
impl Hash for ibv_odp_general_caps
sourceimpl PartialEq<ibv_odp_general_caps> for ibv_odp_general_caps
impl PartialEq<ibv_odp_general_caps> for ibv_odp_general_caps
sourcefn eq(&self, other: &ibv_odp_general_caps) -> bool
fn eq(&self, other: &ibv_odp_general_caps) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ibv_odp_general_caps) -> bool
fn ne(&self, other: &ibv_odp_general_caps) -> bool
This method tests for !=.
impl Copy for ibv_odp_general_caps
impl Eq for ibv_odp_general_caps
impl StructuralEq for ibv_odp_general_caps
impl StructuralPartialEq for ibv_odp_general_caps
Auto Trait Implementations
impl RefUnwindSafe for ibv_odp_general_caps
impl Send for ibv_odp_general_caps
impl Sync for ibv_odp_general_caps
impl Unpin for ibv_odp_general_caps
impl UnwindSafe for ibv_odp_general_caps
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