#[repr(C)]pub struct xdp_umem_reg {
    pub addr: u64,
    pub len: u64,
    pub chunk_size: u32,
    pub headroom: u32,
    pub flags: u32,
}Fields§
§addr: u64§len: u64§chunk_size: u32§headroom: u32§flags: u32Trait Implementations§
Source§impl Clone for xdp_umem_reg
 
impl Clone for xdp_umem_reg
Source§fn clone(&self) -> xdp_umem_reg
 
fn clone(&self) -> xdp_umem_reg
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for xdp_umem_reg
Auto Trait Implementations§
impl Freeze for xdp_umem_reg
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§
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