Searched refs:StaticInit (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/rust/pin-init/examples/ |
| H A D | static_init.rs | 23 pub struct StaticInit<T, I> { struct 30 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} implementation 31 unsafe impl<T: Send, I> Send for StaticInit<T, I> {} implementation 33 impl<T, I: PinInit<T>> StaticInit<T, I> { implementation 44 impl<T, I: PinInit<T>> ops::Deref for StaticInit<T, I> { implementation 82 pub static COUNT: StaticInit<CMutex<usize>, CountInit> = StaticInit::new(CountInit);
|