[−][src]Struct bcc_sys::bccapi::xdp_md
Fields
data: __u32data_end: __u32data_meta: __u32ingress_ifindex: __u32rx_queue_index: __u32Trait Implementations
impl Clone for xdp_md[src]
impl Copy for xdp_md[src]
impl Debug for xdp_md[src]
impl Default for xdp_md[src]
impl Eq for xdp_md[src]
impl Hash for xdp_md[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for xdp_md[src]
fn cmp(&self, other: &xdp_md) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<xdp_md> for xdp_md[src]
impl PartialOrd<xdp_md> for xdp_md[src]
fn partial_cmp(&self, other: &xdp_md) -> Option<Ordering>[src]
fn lt(&self, other: &xdp_md) -> bool[src]
fn le(&self, other: &xdp_md) -> bool[src]
fn gt(&self, other: &xdp_md) -> bool[src]
fn ge(&self, other: &xdp_md) -> bool[src]
impl StructuralEq for xdp_md[src]
impl StructuralPartialEq for xdp_md[src]
Auto Trait Implementations
impl RefUnwindSafe for xdp_md
impl Send for xdp_md
impl Sync for xdp_md
impl Unpin for xdp_md
impl UnwindSafe for xdp_md
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,