Searched defs:NoCopy (Results 1 – 12 of 12) sorted by relevance
4 pub struct NoCopy { struct9 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 4usize]; argument
5 pub struct NoCopy { struct10 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 4usize]; argument
4 pub struct NoCopy { struct9 ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 1usize]; argument
3 class NoCopy { class
3 struct NoCopy {}; struct
1 struct NoCopy; struct
4 struct NoCopy(usize); struct
19 struct NoCopy(usize); struct
18 struct NoCopy; struct
7 struct NoCopy; struct
312 struct NoCopy { struct313 NoCopy() {} in NoCopy() function329 TEST(InlinedVectorTest, NoCopy) { in TEST() argument