#[repr(C)]pub struct rte_mempool_objsz {
pub elt_size: u32,
pub header_size: u32,
pub trailer_size: u32,
pub total_size: u32,
}Fields§
§elt_size: u32§header_size: u32§trailer_size: u32§total_size: u32Trait Implementations§
Source§impl Clone for rte_mempool_objsz
impl Clone for rte_mempool_objsz
Source§fn clone(&self) -> rte_mempool_objsz
fn clone(&self) -> rte_mempool_objsz
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 Debug for rte_mempool_objsz
impl Debug for rte_mempool_objsz
Source§impl Default for rte_mempool_objsz
impl Default for rte_mempool_objsz
Source§fn default() -> rte_mempool_objsz
fn default() -> rte_mempool_objsz
Returns the “default value” for a type. Read more
Source§impl PartialEq for rte_mempool_objsz
impl PartialEq for rte_mempool_objsz
impl Copy for rte_mempool_objsz
impl StructuralPartialEq for rte_mempool_objsz
Auto Trait Implementations§
impl Freeze for rte_mempool_objsz
impl RefUnwindSafe for rte_mempool_objsz
impl Send for rte_mempool_objsz
impl Sync for rte_mempool_objsz
impl Unpin for rte_mempool_objsz
impl UnwindSafe for rte_mempool_objsz
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