#[repr(transparent)]pub struct ibv_odp_general_caps(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ibv_odp_general_caps
impl ibv_odp_general_caps
pub const IBV_ODP_SUPPORT: ibv_odp_general_caps
Trait Implementations§
Source§impl BitAnd for ibv_odp_general_caps
impl BitAnd for ibv_odp_general_caps
Source§impl BitAndAssign for ibv_odp_general_caps
impl BitAndAssign for ibv_odp_general_caps
Source§fn bitand_assign(&mut self, rhs: ibv_odp_general_caps)
fn bitand_assign(&mut self, rhs: ibv_odp_general_caps)
Performs the
&= operation. Read moreSource§impl BitOr for ibv_odp_general_caps
impl BitOr for ibv_odp_general_caps
Source§impl BitOrAssign for ibv_odp_general_caps
impl BitOrAssign for ibv_odp_general_caps
Source§fn bitor_assign(&mut self, rhs: ibv_odp_general_caps)
fn bitor_assign(&mut self, rhs: ibv_odp_general_caps)
Performs the
|= operation. Read moreSource§impl Clone for ibv_odp_general_caps
impl Clone for ibv_odp_general_caps
Source§fn clone(&self) -> ibv_odp_general_caps
fn clone(&self) -> ibv_odp_general_caps
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ibv_odp_general_caps
impl Debug for ibv_odp_general_caps
Source§impl Hash for ibv_odp_general_caps
impl Hash for ibv_odp_general_caps
Source§impl PartialEq for ibv_odp_general_caps
impl PartialEq for ibv_odp_general_caps
impl Copy for ibv_odp_general_caps
impl Eq for ibv_odp_general_caps
impl StructuralPartialEq for ibv_odp_general_caps
Auto Trait Implementations§
impl Freeze for ibv_odp_general_caps
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more