Searched defs:InitClosure (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/rust/kernel/init/ |
D | __internal.rs | 22 pub(crate) struct InitClosure<F, T: ?Sized, E>(pub(crate) F, pub(crate) Invariant<(E, T)>); struct 26 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E> implementation 38 unsafe impl<T: ?Sized, F, E> PinInit<T, E> for InitClosure<F, T, E> implementation
|