#[repr(C)]pub struct xdp_md {
pub data: u32,
pub data_end: u32,
pub data_meta: u32,
pub ingress_ifindex: u32,
pub rx_queue_index: u32,
pub egress_ifindex: u32,
}Fields§
§data: u32§data_end: u32§data_meta: u32§ingress_ifindex: u32§rx_queue_index: u32§egress_ifindex: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for xdp_md
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§
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