Struct netsim_embed::vlan::Vlan [−][src]
pub struct Vlan {
pub priority_code_point: ClassOfService,
pub drop_eligible_indicator: u8,
pub vlan_identifier: u16,
pub ethertype: EtherType,
pub payload: Vec<u8, Global>,
}
Expand description
Represents a VLAN-tagged packet.
Fields
priority_code_point: ClassOfService
drop_eligible_indicator: u8
vlan_identifier: u16
ethertype: EtherType
payload: Vec<u8, Global>