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