[][src]Struct capsule_ffi::rte_mbuf

#[repr(C)]#[repr(align(64))]pub struct rte_mbuf {
    pub cacheline0: MARKER,
    pub buf_addr: *mut c_void,
    pub __bindgen_anon_1: rte_mbuf__bindgen_ty_1,
    pub rearm_data: MARKER64,
    pub data_off: u16,
    pub __bindgen_anon_2: rte_mbuf__bindgen_ty_2,
    pub nb_segs: u16,
    pub port: u16,
    pub ol_flags: u64,
    pub rx_descriptor_fields1: MARKER,
    pub __bindgen_anon_3: rte_mbuf__bindgen_ty_3,
    pub pkt_len: u32,
    pub data_len: u16,
    pub vlan_tci: u16,
    pub __bindgen_anon_4: rte_mbuf__bindgen_ty_4,
    pub vlan_tci_outer: u16,
    pub buf_len: u16,
    pub timestamp: u64,
    pub cacheline1: MARKER,
    pub __bindgen_anon_5: rte_mbuf__bindgen_ty_5,
    pub pool: *mut rte_mempool,
    pub next: *mut rte_mbuf,
    pub __bindgen_anon_6: rte_mbuf__bindgen_ty_6,
    pub priv_size: u16,
    pub timesync: u16,
    pub seqn: u32,
    pub shinfo: *mut rte_mbuf_ext_shared_info,
    pub dynfield1: [u64; 2],
}

Fields

cacheline0: MARKERbuf_addr: *mut c_void__bindgen_anon_1: rte_mbuf__bindgen_ty_1rearm_data: MARKER64data_off: u16__bindgen_anon_2: rte_mbuf__bindgen_ty_2nb_segs: u16port: u16ol_flags: u64rx_descriptor_fields1: MARKER__bindgen_anon_3: rte_mbuf__bindgen_ty_3pkt_len: u32data_len: u16vlan_tci: u16__bindgen_anon_4: rte_mbuf__bindgen_ty_4vlan_tci_outer: u16buf_len: u16timestamp: u64cacheline1: MARKER__bindgen_anon_5: rte_mbuf__bindgen_ty_5pool: *mut rte_mempoolnext: *mut rte_mbuf__bindgen_anon_6: rte_mbuf__bindgen_ty_6priv_size: u16timesync: u16seqn: u32shinfo: *mut rte_mbuf_ext_shared_infodynfield1: [u64; 2]

Trait Implementations

impl Default for rte_mbuf[src]

Auto Trait Implementations

impl RefUnwindSafe for rte_mbuf

impl !Send for rte_mbuf

impl !Sync for rte_mbuf

impl Unpin for rte_mbuf

impl UnwindSafe for rte_mbuf

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.