#[repr(C)]pub struct rte_mbuf_hash {
pub rss: u32,
}Expand description
Hash union for rte_mbuf
Fields§
§rss: u32Trait Implementations§
Source§impl Clone for rte_mbuf_hash
impl Clone for rte_mbuf_hash
Source§fn clone(&self) -> rte_mbuf_hash
fn clone(&self) -> rte_mbuf_hash
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_mbuf_hash
impl Debug for rte_mbuf_hash
Source§impl Default for rte_mbuf_hash
impl Default for rte_mbuf_hash
Source§fn default() -> rte_mbuf_hash
fn default() -> rte_mbuf_hash
Returns the “default value” for a type. Read more
impl Copy for rte_mbuf_hash
Auto Trait Implementations§
impl Freeze for rte_mbuf_hash
impl RefUnwindSafe for rte_mbuf_hash
impl Send for rte_mbuf_hash
impl Sync for rte_mbuf_hash
impl Unpin for rte_mbuf_hash
impl UnsafeUnpin for rte_mbuf_hash
impl UnwindSafe for rte_mbuf_hash
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