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