Searched defs:ChainPinInit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 827 pub struct ChainPinInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E, Box<T>)>); struct 833 unsafe impl<T: ?Sized, E, I, F> PinInit<T, E> for ChainPinInit<I, F, T, E> implementation
|