#[repr(C, align(64))]pub struct rte_mempool_cache {
pub size: u32,
pub flushthresh: u32,
pub len: u32,
pub objs: [*mut c_void; 1536],
}Fields§
§size: u32§flushthresh: u32§len: u32§objs: [*mut c_void; 1536]Trait Implementations§
Source§impl Clone for rte_mempool_cache
impl Clone for rte_mempool_cache
Source§fn clone(&self) -> rte_mempool_cache
fn clone(&self) -> rte_mempool_cache
Returns a duplicate 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 moreSource§impl Default for rte_mempool_cache
impl Default for rte_mempool_cache
impl Copy for rte_mempool_cache
Auto Trait Implementations§
impl Freeze for rte_mempool_cache
impl RefUnwindSafe for rte_mempool_cache
impl !Send for rte_mempool_cache
impl !Sync for rte_mempool_cache
impl Unpin for rte_mempool_cache
impl UnwindSafe for rte_mempool_cache
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