Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-clone.rs11 pub struct ShouldDeriveClone { structure names
16 const UNINIT: ::std::mem::MaybeUninit<ShouldDeriveClone> = in bindgen_test_layout_ShouldDeriveClone()
20 ::std::mem::size_of::<ShouldDeriveClone>(), in bindgen_test_layout_ShouldDeriveClone()
22 concat!("Size of: ", stringify!(ShouldDeriveClone)) in bindgen_test_layout_ShouldDeriveClone()
25 ::std::mem::align_of::<ShouldDeriveClone>(), in bindgen_test_layout_ShouldDeriveClone()
27 concat!("Alignment of ", stringify!(ShouldDeriveClone)) in bindgen_test_layout_ShouldDeriveClone()
34 stringify!(ShouldDeriveClone), in bindgen_test_layout_ShouldDeriveClone()
40 impl Default for ShouldDeriveClone {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-clone.h5 struct ShouldDeriveClone { struct

Completed in 1 milliseconds