Searched refs:ShouldImplClone (Results 1 – 2 of 2) sorted by relevance
12 pub struct ShouldImplClone { struct17 const UNINIT: ::std::mem::MaybeUninit<ShouldImplClone> = in bindgen_test_layout_ShouldImplClone() argument21 ::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 { implementation46 impl Default for ShouldImplClone { implementation
5 struct ShouldImplClone { struct