Struct panda_sys::RockerOfDpaGroup[][src]

#[repr(C)]
pub struct RockerOfDpaGroup {
Show fields pub id: u32, pub type_: u8, pub has_vlan_id: bool, pub vlan_id: u16, pub has_pport: bool, pub pport: u32, pub has_index: bool, pub index: u32, pub has_out_pport: bool, pub out_pport: u32, pub has_group_id: bool, pub group_id: u32, pub has_set_vlan_id: bool, pub set_vlan_id: u16, pub has_pop_vlan: bool, pub pop_vlan: u8, pub has_group_ids: bool, pub group_ids: *mut uint32List, pub has_set_eth_src: bool, pub set_eth_src: *mut c_char, pub has_set_eth_dst: bool, pub set_eth_dst: *mut c_char, pub has_ttl_check: bool, pub ttl_check: u8,
}

Fields

id: u32type_: u8has_vlan_id: boolvlan_id: u16has_pport: boolpport: u32has_index: boolindex: u32has_out_pport: boolout_pport: u32has_group_id: boolgroup_id: u32has_set_vlan_id: boolset_vlan_id: u16has_pop_vlan: boolpop_vlan: u8has_group_ids: boolgroup_ids: *mut uint32Listhas_set_eth_src: boolset_eth_src: *mut c_charhas_set_eth_dst: boolset_eth_dst: *mut c_charhas_ttl_check: boolttl_check: u8

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.