Home
last modified time | relevance | path

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

/linux/rust/pin-init/examples/
H A Dstatic_init.rs34 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} implementation
26 pub struct StaticInit<T, I> { global() struct
33 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} global() implementation
36 impl<T, I: PinInit<T>> StaticInit<T, I> { global() implementation
47 impl<T, I: PinInit<T>> ops::Deref for StaticInit<T, I> { global() implementation