Searched defs:DropGuard (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/rust/kernel/init/ |
H A D | __internal.rs | 187 pub struct DropGuard<T: ?Sized> { structure names 191 impl<T: ?Sized> DropGuard<T> { impls
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | slice.rs | 127 struct DropGuard<'a, T, A: Allocator> { structure names
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | drain.rs | 179 struct DropGuard<'r, 'a, T, A: Allocator>(&'r mut Drain<'a, T, A>); in drop() structure names
|
H A D | into_iter.rs | 402 struct DropGuard<'a, T, A: Allocator>(&'a mut IntoIter<T, A>); in drop() structure names
|
Completed in 4 milliseconds