pub struct ExLayer2 {
pub vlan_id: u16,
pub customer_vlan_id: u16,
pub post_vlan_id: u16,
pub post_customer_vlan_id: u16,
pub ingress: u32,
pub egress: u32,
pub vx_lan: u64,
pub ether_type: u16,
pub ip_version: u8,
pub fill: u8,
}Fields§
§vlan_id: u16§customer_vlan_id: u16§post_vlan_id: u16§post_customer_vlan_id: u16§ingress: u32§egress: u32§vx_lan: u64§ether_type: u16§ip_version: u8§fill: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExLayer2
impl RefUnwindSafe for ExLayer2
impl Send for ExLayer2
impl Sync for ExLayer2
impl Unpin for ExLayer2
impl UnwindSafe for ExLayer2
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