Home
last modified time | relevance | path

Searched defs:DropGuard (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/rust/kernel/init/
H A D__internal.rs187 pub struct DropGuard<T: ?Sized> { structure names
191 impl<T: ?Sized> DropGuard<T> { impls
/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs127 struct DropGuard<'a, T, A: Allocator> { structure names
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Ddrain.rs179 struct DropGuard<'r, 'a, T, A: Allocator>(&'r mut Drain<'a, T, A>); in drop() structure names
H A Dinto_iter.rs402 struct DropGuard<'a, T, A: Allocator>(&'a mut IntoIter<T, A>); in drop() structure names

Completed in 4 milliseconds