Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-clone_1_0.rs12 pub struct ShouldImplClone { struct
17 const UNINIT: ::std::mem::MaybeUninit<ShouldImplClone> = in bindgen_test_layout_ShouldImplClone() argument
21 ::std::mem::size_of::<ShouldImplClone>(), in bindgen_test_layout_ShouldImplClone()
23 concat!("Size of: ", stringify!(ShouldImplClone)) in bindgen_test_layout_ShouldImplClone()
26 ::std::mem::align_of::<ShouldImplClone>(), in bindgen_test_layout_ShouldImplClone()
28 concat!("Alignment of ", stringify!(ShouldImplClone)) in bindgen_test_layout_ShouldImplClone()
35 stringify!(ShouldImplClone), in bindgen_test_layout_ShouldImplClone()
41 impl Clone for ShouldImplClone { implementation
46 impl Default for ShouldImplClone { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-clone_1_0.h5 struct ShouldImplClone { struct