Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/
Dpin_project.rs308 pub struct Struct8<'a, 'b: 'a> { in trait_bounds_on_type_generics() struct
309 f1: &'a u8, in trait_bounds_on_type_generics()
310 f2: &'b u8, in trait_bounds_on_type_generics()
600 struct Struct8<T: ?Sized> { in dst() struct
602 f: T, in dst()
606 impl<T: ?Sized> PinnedDrop for Struct8<T> { in dst() implementation