pub struct ExtendedDecapsulateIngress {
pub inner_header_offset: u32,
}Expand description
Extended Decapsulate Ingress - Format (0,1028)
Indicates the start of a tunnel Used when a packet is sampled after encapsulation on egress
§XDR Definition (sFlow Tunnels)
/* opaque = flow_data; enterprise = 0; format = 1028 */
struct extended_decapsulate_ingress {
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 ExtendedDecapsulateIngress
impl Clone for ExtendedDecapsulateIngress
Source§fn clone(&self) -> ExtendedDecapsulateIngress
fn clone(&self) -> ExtendedDecapsulateIngress
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 ExtendedDecapsulateIngress
impl Debug for ExtendedDecapsulateIngress
impl Eq for ExtendedDecapsulateIngress
impl StructuralPartialEq for ExtendedDecapsulateIngress
Auto Trait Implementations§
impl Freeze for ExtendedDecapsulateIngress
impl RefUnwindSafe for ExtendedDecapsulateIngress
impl Send for ExtendedDecapsulateIngress
impl Sync for ExtendedDecapsulateIngress
impl Unpin for ExtendedDecapsulateIngress
impl UnwindSafe for ExtendedDecapsulateIngress
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