Struct rdma::bindings::ibv_flow_ipv6_filter
source · [−]#[repr(C)]pub struct ibv_flow_ipv6_filter {
pub src_ip: [u8; 16],
pub dst_ip: [u8; 16],
pub flow_label: u32,
pub next_hdr: u8,
pub traffic_class: u8,
pub hop_limit: u8,
}
Fields
src_ip: [u8; 16]
dst_ip: [u8; 16]
flow_label: u32
next_hdr: u8
traffic_class: u8
hop_limit: u8
Trait Implementations
sourceimpl Clone for ibv_flow_ipv6_filter
impl Clone for ibv_flow_ipv6_filter
sourcefn clone(&self) -> ibv_flow_ipv6_filter
fn clone(&self) -> ibv_flow_ipv6_filter
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_flow_ipv6_filter
impl Debug for ibv_flow_ipv6_filter
impl Copy for ibv_flow_ipv6_filter
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_ipv6_filter
impl Send for ibv_flow_ipv6_filter
impl Sync for ibv_flow_ipv6_filter
impl Unpin for ibv_flow_ipv6_filter
impl UnwindSafe for ibv_flow_ipv6_filter
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