Struct rdma_sys::ibv_flow_spec_eth
source · [−]#[repr(C)]pub struct ibv_flow_spec_eth {
pub type_: Type,
pub size: u16,
pub val: ibv_flow_eth_filter,
pub mask: ibv_flow_eth_filter,
}Fields
type_: Typesize: u16val: ibv_flow_eth_filtermask: ibv_flow_eth_filterTrait Implementations
sourceimpl Clone for ibv_flow_spec_eth
impl Clone for ibv_flow_spec_eth
sourcefn clone(&self) -> ibv_flow_spec_eth
fn clone(&self) -> ibv_flow_spec_eth
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
impl Copy for ibv_flow_spec_eth
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_spec_eth
impl Send for ibv_flow_spec_eth
impl Sync for ibv_flow_spec_eth
impl Unpin for ibv_flow_spec_eth
impl UnwindSafe for ibv_flow_spec_eth
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