Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/derive/
H A Dknown_layout.rs280 SelfBounds::SIZED, in derive()
334 .self_type_trait_bounds(SelfBounds::SIZED) in derive()
343 .self_type_trait_bounds(SelfBounds::SIZED) in derive()
/linux/rust/zerocopy-derive/
H A Dutil.rs417 pub(crate) const SIZED: Self = Self::All(&[Trait::Sized]); constant