Struct ibverbs_sys::ibv_flow_ipv6_filter [−][src]
#[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: u32next_hdr: u8traffic_class: u8hop_limit: u8Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more