Searched defs:PinInit (Results 1 – 2 of 2) sorted by relevance
72 unsafe impl PinInit<CMutex<usize>> for CountInit { impl
1055 pub unsafe trait PinInit<T: ?Sized, E = Infallible>: Sized { interface