#[repr(transparent)]pub struct ibv_raw_packet_caps(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAnd for ibv_raw_packet_caps
impl BitAnd for ibv_raw_packet_caps
Source§impl BitAndAssign for ibv_raw_packet_caps
impl BitAndAssign for ibv_raw_packet_caps
Source§fn bitand_assign(&mut self, rhs: ibv_raw_packet_caps)
fn bitand_assign(&mut self, rhs: ibv_raw_packet_caps)
Performs the
&= operation. Read moreSource§impl BitOr for ibv_raw_packet_caps
impl BitOr for ibv_raw_packet_caps
Source§impl BitOrAssign for ibv_raw_packet_caps
impl BitOrAssign for ibv_raw_packet_caps
Source§fn bitor_assign(&mut self, rhs: ibv_raw_packet_caps)
fn bitor_assign(&mut self, rhs: ibv_raw_packet_caps)
Performs the
|= operation. Read moreSource§impl Clone for ibv_raw_packet_caps
impl Clone for ibv_raw_packet_caps
Source§fn clone(&self) -> ibv_raw_packet_caps
fn clone(&self) -> ibv_raw_packet_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_raw_packet_caps
impl Debug for ibv_raw_packet_caps
Source§impl Hash for ibv_raw_packet_caps
impl Hash for ibv_raw_packet_caps
Source§impl PartialEq for ibv_raw_packet_caps
impl PartialEq for ibv_raw_packet_caps
impl Copy for ibv_raw_packet_caps
impl Eq for ibv_raw_packet_caps
impl StructuralPartialEq for ibv_raw_packet_caps
Auto Trait Implementations§
impl Freeze for ibv_raw_packet_caps
impl RefUnwindSafe for ibv_raw_packet_caps
impl Send for ibv_raw_packet_caps
impl Sync for ibv_raw_packet_caps
impl Unpin for ibv_raw_packet_caps
impl UnwindSafe for ibv_raw_packet_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