#[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: __u32
Trait Implementations§
impl Copy for xdp_md
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)