#[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§
Source§impl Clone for ibv_flow_ipv6_filter
impl Clone for ibv_flow_ipv6_filter
Source§fn clone(&self) -> ibv_flow_ipv6_filter
fn clone(&self) -> ibv_flow_ipv6_filter
Returns a duplicate 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_flow_ipv6_filter
impl Debug for ibv_flow_ipv6_filter
Source§impl Default for ibv_flow_ipv6_filter
impl Default for ibv_flow_ipv6_filter
Source§fn default() -> ibv_flow_ipv6_filter
fn default() -> ibv_flow_ipv6_filter
Returns the “default value” for a type. Read more
impl Copy for ibv_flow_ipv6_filter
Auto Trait Implementations§
impl Freeze for ibv_flow_ipv6_filter
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§
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