Struct libbpf_sys::xdp_mmap_offsets [−][src]
#[repr(C)]pub struct xdp_mmap_offsets { pub rx: xdp_ring_offset, pub tx: xdp_ring_offset, pub fr: xdp_ring_offset, pub cr: xdp_ring_offset, }
Fields
rx: xdp_ring_offsettx: xdp_ring_offsetfr: xdp_ring_offsetcr: xdp_ring_offsetTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for xdp_mmap_offsetsimpl Send for xdp_mmap_offsetsimpl Sync for xdp_mmap_offsetsimpl Unpin for xdp_mmap_offsetsimpl UnwindSafe for xdp_mmap_offsetsBlanket Implementations
Mutably borrows from an owned value. Read more