#[repr(C)]pub struct RockerOfDpaGroup {Show 24 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 i8,
pub has_set_eth_dst: bool,
pub set_eth_dst: *mut i8,
pub has_ttl_check: bool,
pub ttl_check: u8,
}Fields§
§id: u32§type_: u8§has_vlan_id: bool§vlan_id: u16§has_pport: bool§pport: u32§has_index: bool§index: u32§has_out_pport: bool§out_pport: u32§has_group_id: bool§group_id: u32§has_set_vlan_id: bool§set_vlan_id: u16§has_pop_vlan: bool§pop_vlan: u8§has_group_ids: bool§group_ids: *mut uint32List§has_set_eth_src: bool§set_eth_src: *mut i8§has_set_eth_dst: bool§set_eth_dst: *mut i8§has_ttl_check: bool§ttl_check: u8Trait Implementations§
Source§impl Clone for RockerOfDpaGroup
impl Clone for RockerOfDpaGroup
Source§fn clone(&self) -> RockerOfDpaGroup
fn clone(&self) -> RockerOfDpaGroup
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 RockerOfDpaGroup
impl Debug for RockerOfDpaGroup
impl Copy for RockerOfDpaGroup
Auto Trait Implementations§
impl Freeze for RockerOfDpaGroup
impl RefUnwindSafe for RockerOfDpaGroup
impl !Send for RockerOfDpaGroup
impl !Sync for RockerOfDpaGroup
impl Unpin for RockerOfDpaGroup
impl UnwindSafe for RockerOfDpaGroup
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