Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/derive/
H A Dmod.rs131 Ok(ImplBlockBuilder::new(ctx, &ctx.ast.data, Trait::SplitAt, FieldBounds::TRAILING_SELF) in derive_split_at()
H A Dknown_layout.rs312 FieldBounds::TRAILING_SELF in derive()
/linux/rust/zerocopy-derive/
H A Dutil.rs405 pub(crate) const TRAILING_SELF: FieldBounds<'a> = FieldBounds::Trailing(&[TraitBound::Slf]); constant