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/
H A Dderive-clone_1_0.rs12 pub struct ShouldImplClone { structure names
17 const UNINIT: ::std::mem::MaybeUninit<ShouldImplClone> = in bindgen_test_layout_ShouldImplClone()
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 {
46 impl Default for ShouldImplClone {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-clone_1_0.h5 struct ShouldImplClone { struct

Completed in 1 milliseconds