Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
H A D__internal.rs23 pub(crate) struct InitClosure<F, T: ?Sized, E>(pub(crate) F, pub(crate) Invariant<(E, T)>); struct
27 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E> implementation
39 unsafe impl<T: ?Sized, F, E> PinInit<T, E> for InitClosure<F, T, E> implementation
H A Dlib.rs1197 __internal::InitClosure(f, PhantomData) in pin_init_from_closure()
1216 __internal::InitClosure(f, PhantomData) in init_from_closure()