Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/
Dpin_project.rs292 pub struct Struct6<'a, T: core::fmt::Debug = [u8; 16]> { in trait_bounds_on_type_generics() struct
293 f: &'a mut T, in trait_bounds_on_type_generics()
584 struct Struct6<T: ?Sized> { in dst() struct
586 f: T, in dst()