pub struct ExtendedL2TunnelIngress {
pub header: SampledEthernet,
}Expand description
Extended L2 Tunnel Ingress - Format (0,1022)
Layer 2 tunnel ingress information - reports outer Ethernet headers that were present on ingress and removed during decapsulation
§XDR Definition (sFlow Tunnels)
/* opaque = flow_data; enterprise = 0; format = 1022 */
struct extended_L2_tunnel_ingress {
sampled_ethernet header;
}Fields§
§header: SampledEthernetOuter Ethernet header that was present on ingress
Trait Implementations§
Source§impl Clone for ExtendedL2TunnelIngress
impl Clone for ExtendedL2TunnelIngress
Source§fn clone(&self) -> ExtendedL2TunnelIngress
fn clone(&self) -> ExtendedL2TunnelIngress
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 ExtendedL2TunnelIngress
impl Debug for ExtendedL2TunnelIngress
Source§impl PartialEq for ExtendedL2TunnelIngress
impl PartialEq for ExtendedL2TunnelIngress
impl Eq for ExtendedL2TunnelIngress
impl StructuralPartialEq for ExtendedL2TunnelIngress
Auto Trait Implementations§
impl Freeze for ExtendedL2TunnelIngress
impl RefUnwindSafe for ExtendedL2TunnelIngress
impl Send for ExtendedL2TunnelIngress
impl Sync for ExtendedL2TunnelIngress
impl Unpin for ExtendedL2TunnelIngress
impl UnwindSafe for ExtendedL2TunnelIngress
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