Struct libbpf_sys::xdp_umem_reg [−][src]
#[repr(C)]pub struct xdp_umem_reg {
pub addr: __u64,
pub len: __u64,
pub chunk_size: __u32,
pub headroom: __u32,
pub flags: __u32,
pub __bindgen_padding_0: [u8; 4],
}Fields
addr: __u64len: __u64chunk_size: __u32headroom: __u32flags: __u32__bindgen_padding_0: [u8; 4]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for xdp_umem_reg
impl Send for xdp_umem_reg
impl Sync for xdp_umem_reg
impl Unpin for xdp_umem_reg
impl UnwindSafe for xdp_umem_reg
Blanket Implementations
Mutably borrows from an owned value. Read more