Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/derive/
H A Dknown_layout.rs267 let (self_bounds, inner_extras, outer_extras) = c_struct_repr in derive()
309 if matches!(self_bounds, SelfBounds::All(&[Trait::Sized])) { in derive()
325 .self_type_trait_bounds(self_bounds) in derive()
/linux/rust/zerocopy-derive/
H A Dutil.rs614 let self_bounds: Option<WherePredicate> = match self.self_type_trait_bounds { in build() localVariable
625 .chain(self_bounds) in build()