Searched refs:rte_ipv6_tuple (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | 16-byte-alignment.rs | 158 pub struct rte_ipv6_tuple { struct 257 const UNINIT: ::std::mem::MaybeUninit<rte_ipv6_tuple> = in bindgen_test_layout_rte_ipv6_tuple() 261 ::std::mem::size_of::<rte_ipv6_tuple>(), in bindgen_test_layout_rte_ipv6_tuple() 263 concat!("Size of: ", stringify!(rte_ipv6_tuple)) in bindgen_test_layout_rte_ipv6_tuple() 266 ::std::mem::align_of::<rte_ipv6_tuple>(), in bindgen_test_layout_rte_ipv6_tuple() 268 concat!("Alignment of ", stringify!(rte_ipv6_tuple)) in bindgen_test_layout_rte_ipv6_tuple() 277 stringify!(rte_ipv6_tuple), in bindgen_test_layout_rte_ipv6_tuple() 289 stringify!(rte_ipv6_tuple), in bindgen_test_layout_rte_ipv6_tuple() 295 impl Default for rte_ipv6_tuple { implementation 309 pub v6: rte_ipv6_tuple,
|
D | 16-byte-alignment_1_0.rs | 200 pub struct rte_ipv6_tuple { struct 302 const UNINIT: ::std::mem::MaybeUninit<rte_ipv6_tuple> = in bindgen_test_layout_rte_ipv6_tuple() 306 ::std::mem::size_of::<rte_ipv6_tuple>(), in bindgen_test_layout_rte_ipv6_tuple() 308 concat!("Size of: ", stringify!(rte_ipv6_tuple)) in bindgen_test_layout_rte_ipv6_tuple() 311 ::std::mem::align_of::<rte_ipv6_tuple>(), in bindgen_test_layout_rte_ipv6_tuple() 313 concat!("Alignment of ", stringify!(rte_ipv6_tuple)) in bindgen_test_layout_rte_ipv6_tuple() 322 stringify!(rte_ipv6_tuple), in bindgen_test_layout_rte_ipv6_tuple() 334 stringify!(rte_ipv6_tuple), in bindgen_test_layout_rte_ipv6_tuple() 340 impl Clone for rte_ipv6_tuple { implementation 349 pub v6: __BindgenUnionField<rte_ipv6_tuple>,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | 16-byte-alignment.h | 19 struct rte_ipv6_tuple { struct 33 struct rte_ipv6_tuple v6; argument
|
D | 16-byte-alignment_1_0.h | 19 struct rte_ipv6_tuple { struct 33 struct rte_ipv6_tuple v6; argument
|