Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/rust/kernel/
H A Dinit.rs979 __internal::InitClosure(f, PhantomData) in pin_init_from_closure()
998 __internal::InitClosure(f, PhantomData) in init_from_closure()