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