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>, }
Represents a VLAN-tagged packet.
Fields
priority_code_point: ClassOfService
drop_eligible_indicator: u8
vlan_identifier: u16
ethertype: EtherType
payload: Vec<u8, Global>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vlan
impl RefUnwindSafe for Vlan
impl UnwindSafe for Vlan
impl UnwindSafe for Vlan
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,