Home
last modified time | relevance | path

Searched defs:StaticInit (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/pin-init/examples/
Dstatic_init.rs23 pub struct StaticInit<T, I> { struct
30 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} argument
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