Searched defs:Struct2 (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/pin-project/tests/ |
| D | pin_project.rs | 191 struct Struct2<I, J> in where_clause_and_associated_type_field() struct 196 f1: I, in where_clause_and_associated_type_field() 197 f2: J, in where_clause_and_associated_type_field() 272 pub struct Struct2<'a, T: ::core::fmt::Debug> { in trait_bounds_on_type_generics() struct 273 f: &'a mut T, in trait_bounds_on_type_generics() 331 pub struct Struct2<'pin, 'pin_, 'pin__> { in overlapping_lifetime_names() struct 333 f: &'pin &'pin_ &'pin__ (), in overlapping_lifetime_names() 439 struct Struct2<'a, T, U> { in lifetime_project() struct 441 pinned: &'a T, in lifetime_project() 442 unpinned: U, in lifetime_project() [all …]
|
| /external/rust/crates/pin-project-lite/tests/ |
| D | test.rs | 371 impl<'b, T, U> Struct2<'b, T, U> { in lifetime_project() implementation
|