pub struct ExtendedDecapsulateEgress {
pub inner_header_offset: u32,
}Expand description
Extended Decapsulate Egress - Format (0,1027)
Indicates the end of a tunnel and points to the start of the inner header Used when a packet is sampled before decapsulation on ingress
§XDR Definition (sFlow Tunnels)
/* opaque = flow_data; enterprise = 0; format = 1027 */
struct extended_decapsulate_egress {
unsigned int inner_header_offset;
}Fields§
§inner_header_offset: u32Offset in bytes to the inner header within the sampled packet header
Trait Implementations§
Source§impl Clone for ExtendedDecapsulateEgress
impl Clone for ExtendedDecapsulateEgress
Source§fn clone(&self) -> ExtendedDecapsulateEgress
fn clone(&self) -> ExtendedDecapsulateEgress
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 ExtendedDecapsulateEgress
impl Debug for ExtendedDecapsulateEgress
impl Eq for ExtendedDecapsulateEgress
impl StructuralPartialEq for ExtendedDecapsulateEgress
Auto Trait Implementations§
impl Freeze for ExtendedDecapsulateEgress
impl RefUnwindSafe for ExtendedDecapsulateEgress
impl Send for ExtendedDecapsulateEgress
impl Sync for ExtendedDecapsulateEgress
impl Unpin for ExtendedDecapsulateEgress
impl UnwindSafe for ExtendedDecapsulateEgress
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