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