Struct panda_sys::RockerOfDpaFlowKey[][src]

#[repr(C)]
pub struct RockerOfDpaFlowKey {
Show 20 fields pub priority: u32, pub tbl_id: u32, pub has_in_pport: bool, pub in_pport: u32, pub has_tunnel_id: bool, pub tunnel_id: u32, pub has_vlan_id: bool, pub vlan_id: u16, pub has_eth_type: bool, pub eth_type: u16, pub has_eth_src: bool, pub eth_src: *mut c_char, pub has_eth_dst: bool, pub eth_dst: *mut c_char, pub has_ip_proto: bool, pub ip_proto: u8, pub has_ip_tos: bool, pub ip_tos: u8, pub has_ip_dst: bool, pub ip_dst: *mut c_char,
}

Fields

priority: u32tbl_id: u32has_in_pport: boolin_pport: u32has_tunnel_id: booltunnel_id: u32has_vlan_id: boolvlan_id: u16has_eth_type: booleth_type: u16has_eth_src: booleth_src: *mut c_charhas_eth_dst: booleth_dst: *mut c_charhas_ip_proto: boolip_proto: u8has_ip_tos: boolip_tos: u8has_ip_dst: boolip_dst: *mut c_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.