Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddo-not-derive-copy.rs10 pub struct WouldBeCopyButWeAreNotDerivingCopy { structure names
15 const UNINIT: ::std::mem::MaybeUninit<WouldBeCopyButWeAreNotDerivingCopy> = in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
19 ::std::mem::size_of::<WouldBeCopyButWeAreNotDerivingCopy>(), in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
21 concat!("Size of: ", stringify!(WouldBeCopyButWeAreNotDerivingCopy)) in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
24 ::std::mem::align_of::<WouldBeCopyButWeAreNotDerivingCopy>(), in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
28 stringify!(WouldBeCopyButWeAreNotDerivingCopy) in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
36 stringify!(WouldBeCopyButWeAreNotDerivingCopy), in bindgen_test_layout_WouldBeCopyButWeAreNotDerivingCopy()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddo-not-derive-copy.hpp3 class WouldBeCopyButWeAreNotDerivingCopy { class

Completed in 2 milliseconds