Home
last modified time | relevance | path

Searched refs:rte_mempool_ops_table (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs209 pub struct rte_mempool_ops_table { struct
220 const UNINIT: ::std::mem::MaybeUninit<rte_mempool_ops_table> = in bindgen_test_layout_rte_mempool_ops_table() argument
224 ::std::mem::size_of::<rte_mempool_ops_table>(), in bindgen_test_layout_rte_mempool_ops_table()
226 concat!("Size of: ", stringify!(rte_mempool_ops_table)) in bindgen_test_layout_rte_mempool_ops_table()
229 ::std::mem::align_of::<rte_mempool_ops_table>(), in bindgen_test_layout_rte_mempool_ops_table()
231 concat!("Alignment of ", stringify!(rte_mempool_ops_table)) in bindgen_test_layout_rte_mempool_ops_table()
238 stringify!(rte_mempool_ops_table), in bindgen_test_layout_rte_mempool_ops_table()
248 stringify!(rte_mempool_ops_table), in bindgen_test_layout_rte_mempool_ops_table()
258 stringify!(rte_mempool_ops_table), in bindgen_test_layout_rte_mempool_ops_table()
264 impl Default for rte_mempool_ops_table { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h84 struct rte_mempool_ops_table { struct