Home
last modified time | relevance | path

Searched refs:ShouldDeriveDebugButDoesNot (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-648-derive-debug-with-padding.rs63 pub struct ShouldDeriveDebugButDoesNot { structure names
69 const UNINIT: ::std::mem::MaybeUninit<ShouldDeriveDebugButDoesNot> = in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
73 ::std::mem::size_of::<ShouldDeriveDebugButDoesNot>(), in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
75 concat!("Size of: ", stringify!(ShouldDeriveDebugButDoesNot)) in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
78 ::std::mem::align_of::<ShouldDeriveDebugButDoesNot>(), in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
80 concat!("Alignment of ", stringify!(ShouldDeriveDebugButDoesNot)) in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
87 stringify!(ShouldDeriveDebugButDoesNot), in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
97 stringify!(ShouldDeriveDebugButDoesNot), in bindgen_test_layout_ShouldDeriveDebugButDoesNot()
103 impl Default for ShouldDeriveDebugButDoesNot {
112 impl ::std::cmp::PartialEq for ShouldDeriveDebugButDoesNot {
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-648-derive-debug-with-padding.h17 struct ShouldDeriveDebugButDoesNot { struct

Completed in 1 milliseconds