Struct ibverbs_sys::ibv_flow_ipv4_ext_filter [−][src]
#[repr(C)]pub struct ibv_flow_ipv4_ext_filter {
pub src_ip: u32,
pub dst_ip: u32,
pub proto: u8,
pub tos: u8,
pub ttl: u8,
pub flags: u8,
}Fields
src_ip: u32dst_ip: u32proto: u8tos: u8ttl: u8flags: u8Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_ipv4_ext_filter
impl Send for ibv_flow_ipv4_ext_filter
impl Sync for ibv_flow_ipv4_ext_filter
impl Unpin for ibv_flow_ipv4_ext_filter
impl UnwindSafe for ibv_flow_ipv4_ext_filter
Blanket Implementations
Mutably borrows from an owned value. Read more