pub struct ExtendedL2TunnelEgress {
pub header: SampledEthernet,
}Expand description
Extended L2 Tunnel Egress - Format (0,1021)
Layer 2 tunnel egress information - reports outer Ethernet headers that will be added on egress when encapsulating packets
§XDR Definition (sFlow Tunnels)
/* opaque = flow_data; enterprise = 0; format = 1021 */
struct extended_L2_tunnel_egress {
sampled_ethernet header;
}Fields§
§header: SampledEthernetOuter Ethernet header that will be added on egress
Trait Implementations§
Source§impl Clone for ExtendedL2TunnelEgress
impl Clone for ExtendedL2TunnelEgress
Source§fn clone(&self) -> ExtendedL2TunnelEgress
fn clone(&self) -> ExtendedL2TunnelEgress
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 ExtendedL2TunnelEgress
impl Debug for ExtendedL2TunnelEgress
Source§impl PartialEq for ExtendedL2TunnelEgress
impl PartialEq for ExtendedL2TunnelEgress
impl Eq for ExtendedL2TunnelEgress
impl StructuralPartialEq for ExtendedL2TunnelEgress
Auto Trait Implementations§
impl Freeze for ExtendedL2TunnelEgress
impl RefUnwindSafe for ExtendedL2TunnelEgress
impl Send for ExtendedL2TunnelEgress
impl Sync for ExtendedL2TunnelEgress
impl Unpin for ExtendedL2TunnelEgress
impl UnwindSafe for ExtendedL2TunnelEgress
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