Searched refs:RootedContainer (Results 1 – 2 of 2) sorted by relevance
318 pub struct RootedContainer { struct323 const UNINIT: ::std::mem::MaybeUninit<RootedContainer> = in bindgen_test_layout_RootedContainer() argument327 ::std::mem::size_of::<RootedContainer>(), in bindgen_test_layout_RootedContainer()329 concat!("Size of: ", stringify!(RootedContainer)) in bindgen_test_layout_RootedContainer()332 ::std::mem::align_of::<RootedContainer>(), in bindgen_test_layout_RootedContainer()334 concat!("Alignment of ", stringify!(RootedContainer)) in bindgen_test_layout_RootedContainer()341 stringify!(RootedContainer), in bindgen_test_layout_RootedContainer()347 impl Default for RootedContainer { implementation
58 class RootedContainer { class