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