Home
last modified time | relevance | path

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

/build/rust/tests/test_bindgen_test/test_for_h/
H A Dmain.rs27 const UNINIT: ::std::mem::MaybeUninit<c_ffi::Foo2> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_foo()
30 "The mem size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo()
31 ::std::mem::size_of::<c_ffi::Foo2>() in bindgen_test_layout_foo()
34 "The align_of size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo()
35 ::std::mem::align_of::<c_ffi::Foo2>() in bindgen_test_layout_foo()
42 impl Default for c_ffi::Foo2 {
H A Dlib.h26 struct Foo2 { struct

Completed in 1 milliseconds