Home
last modified time | relevance | path

Searched defs:InitClosure (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/init/
H A D__internal.rs21 pub(crate) struct InitClosure<F, T: ?Sized, E>(pub(crate) F, pub(crate) Invariant<(E, T)>); struct
25 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E> implementation
37 unsafe impl<T: ?Sized, F, E> PinInit<T, E> for InitClosure<F, T, E> implementation