Home
last modified time | relevance | path

Searched refs:Inhabited (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy-derive/
H A Drepr.rs647 pub(crate) trait Inhabited {} interface
648 impl Inhabited for PrimitiveRepr {}
649 impl Inhabited for NonZeroU32 {}
658 impl<T: Inhabited> With<T> for T {