Searched defs:NoDefault (Results 1 – 7 of 7) sorted by relevance
23 pub struct NoDefault<T> { struct24 pub t: [T; 40usize],25 pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>,
11 pub struct NoDefault { struct17 ::std::mem::size_of::<NoDefault>(), in bindgen_test_layout_NoDefault() argument
10 pub struct NoDefault { struct15 const UNINIT: ::std::mem::MaybeUninit<NoDefault> = in bindgen_test_layout_NoDefault() argument
3 class NoDefault { class
9 class NoDefault { class
163 struct NoDefault { struct165 NoDefault(const NoDefault&) {} in NoDefault() function166 NoDefault& operator=(const NoDefault&) { return *this; } in operator =()