Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dopaque_pointer.rs36 pub struct WithOpaquePtr { structure names
43 const UNINIT: ::std::mem::MaybeUninit<WithOpaquePtr> = in bindgen_test_layout_WithOpaquePtr()
47 ::std::mem::size_of::<WithOpaquePtr>(), in bindgen_test_layout_WithOpaquePtr()
49 concat!("Size of: ", stringify!(WithOpaquePtr)) in bindgen_test_layout_WithOpaquePtr()
52 ::std::mem::align_of::<WithOpaquePtr>(), in bindgen_test_layout_WithOpaquePtr()
54 concat!("Alignment of ", stringify!(WithOpaquePtr)) in bindgen_test_layout_WithOpaquePtr()
63 stringify!(WithOpaquePtr), in bindgen_test_layout_WithOpaquePtr()
73 stringify!(WithOpaquePtr), in bindgen_test_layout_WithOpaquePtr()
83 stringify!(WithOpaquePtr), in bindgen_test_layout_WithOpaquePtr()
89 impl Default for WithOpaquePtr {
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dopaque_pointer.hpp18 struct WithOpaquePtr { struct

Completed in 1 milliseconds