Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dmutable.rs54 pub struct NonCopiable { structure names
59 const UNINIT: ::std::mem::MaybeUninit<NonCopiable> = in bindgen_test_layout_NonCopiable()
63 ::std::mem::size_of::<NonCopiable>(), in bindgen_test_layout_NonCopiable()
65 concat!("Size of: ", stringify!(NonCopiable)) in bindgen_test_layout_NonCopiable()
68 ::std::mem::align_of::<NonCopiable>(), in bindgen_test_layout_NonCopiable()
70 concat!("Alignment of ", stringify!(NonCopiable)) in bindgen_test_layout_NonCopiable()
79 stringify!(NonCopiable), in bindgen_test_layout_NonCopiable()
88 pub m_member: NonCopiable,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dmutable.hpp6 class NonCopiable { class
9 ~NonCopiable() {}; in ~NonCopiable()
13 mutable NonCopiable m_member;

Completed in 1 milliseconds