pub struct NapiGroReceiveEntryFtraceEvent {Show 19 fields
pub data_len: Option<u32>,
pub gso_size: Option<u32>,
pub gso_type: Option<u32>,
pub hash: Option<u32>,
pub ip_summed: Option<u32>,
pub l4_hash: Option<u32>,
pub len: Option<u32>,
pub mac_header: Option<i32>,
pub mac_header_valid: Option<u32>,
pub name: Option<String>,
pub napi_id: Option<u32>,
pub nr_frags: Option<u32>,
pub protocol: Option<u32>,
pub queue_mapping: Option<u32>,
pub skbaddr: Option<u64>,
pub truesize: Option<u32>,
pub vlan_proto: Option<u32>,
pub vlan_tagged: Option<u32>,
pub vlan_tci: Option<u32>,
}Fields§
§data_len: Option<u32>§gso_size: Option<u32>§gso_type: Option<u32>§hash: Option<u32>§ip_summed: Option<u32>§l4_hash: Option<u32>§len: Option<u32>§mac_header: Option<i32>§mac_header_valid: Option<u32>§name: Option<String>§napi_id: Option<u32>§nr_frags: Option<u32>§protocol: Option<u32>§queue_mapping: Option<u32>§skbaddr: Option<u64>§truesize: Option<u32>§vlan_proto: Option<u32>§vlan_tagged: Option<u32>§vlan_tci: Option<u32>Implementations§
Source§impl NapiGroReceiveEntryFtraceEvent
impl NapiGroReceiveEntryFtraceEvent
Sourcepub fn data_len(&self) -> u32
pub fn data_len(&self) -> u32
Returns the value of data_len, or the default value if data_len is unset.
Sourcepub fn gso_size(&self) -> u32
pub fn gso_size(&self) -> u32
Returns the value of gso_size, or the default value if gso_size is unset.
Sourcepub fn gso_type(&self) -> u32
pub fn gso_type(&self) -> u32
Returns the value of gso_type, or the default value if gso_type is unset.
Sourcepub fn ip_summed(&self) -> u32
pub fn ip_summed(&self) -> u32
Returns the value of ip_summed, or the default value if ip_summed is unset.
Sourcepub fn l4_hash(&self) -> u32
pub fn l4_hash(&self) -> u32
Returns the value of l4_hash, or the default value if l4_hash is unset.
Sourcepub fn mac_header(&self) -> i32
pub fn mac_header(&self) -> i32
Returns the value of mac_header, or the default value if mac_header is unset.
Sourcepub fn mac_header_valid(&self) -> u32
pub fn mac_header_valid(&self) -> u32
Returns the value of mac_header_valid, or the default value if mac_header_valid is unset.
Sourcepub fn napi_id(&self) -> u32
pub fn napi_id(&self) -> u32
Returns the value of napi_id, or the default value if napi_id is unset.
Sourcepub fn nr_frags(&self) -> u32
pub fn nr_frags(&self) -> u32
Returns the value of nr_frags, or the default value if nr_frags is unset.
Sourcepub fn protocol(&self) -> u32
pub fn protocol(&self) -> u32
Returns the value of protocol, or the default value if protocol is unset.
Sourcepub fn queue_mapping(&self) -> u32
pub fn queue_mapping(&self) -> u32
Returns the value of queue_mapping, or the default value if queue_mapping is unset.
Sourcepub fn skbaddr(&self) -> u64
pub fn skbaddr(&self) -> u64
Returns the value of skbaddr, or the default value if skbaddr is unset.
Sourcepub fn truesize(&self) -> u32
pub fn truesize(&self) -> u32
Returns the value of truesize, or the default value if truesize is unset.
Sourcepub fn vlan_proto(&self) -> u32
pub fn vlan_proto(&self) -> u32
Returns the value of vlan_proto, or the default value if vlan_proto is unset.
Sourcepub fn vlan_tagged(&self) -> u32
pub fn vlan_tagged(&self) -> u32
Returns the value of vlan_tagged, or the default value if vlan_tagged is unset.
Trait Implementations§
Source§impl Clone for NapiGroReceiveEntryFtraceEvent
impl Clone for NapiGroReceiveEntryFtraceEvent
Source§fn clone(&self) -> NapiGroReceiveEntryFtraceEvent
fn clone(&self) -> NapiGroReceiveEntryFtraceEvent
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for NapiGroReceiveEntryFtraceEvent
impl Default for NapiGroReceiveEntryFtraceEvent
Source§fn default() -> NapiGroReceiveEntryFtraceEvent
fn default() -> NapiGroReceiveEntryFtraceEvent
Source§impl Message for NapiGroReceiveEntryFtraceEvent
impl Message for NapiGroReceiveEntryFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for NapiGroReceiveEntryFtraceEvent
impl PartialEq for NapiGroReceiveEntryFtraceEvent
Source§fn eq(&self, other: &NapiGroReceiveEntryFtraceEvent) -> bool
fn eq(&self, other: &NapiGroReceiveEntryFtraceEvent) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NapiGroReceiveEntryFtraceEvent
Auto Trait Implementations§
impl Freeze for NapiGroReceiveEntryFtraceEvent
impl RefUnwindSafe for NapiGroReceiveEntryFtraceEvent
impl Send for NapiGroReceiveEntryFtraceEvent
impl Sync for NapiGroReceiveEntryFtraceEvent
impl Unpin for NapiGroReceiveEntryFtraceEvent
impl UnwindSafe for NapiGroReceiveEntryFtraceEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Layered].