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