Searched defs:MyBox (Results 1 – 8 of 8) sorted by relevance
11 struct MyBox<T>(T); struct13 impl<T> Remote for MyBox<T> {} implementation
15 struct MyBox<T:?Sized> { struct19 fn c<'a>(t: &'a MyBox<dyn Test+'a>, mut ss: SomeStruct<'a>) { in c() argument
9 struct MyBox<T:?Sized> { struct19 fn load0(ss: &MyBox<dyn SomeTrait>) -> MyBox<dyn SomeTrait> { in load0() argument
18 struct MyBox<T:?Sized> { struct22 fn a<'a>(t: &'a MyBox<dyn Test>, mut ss: SomeStruct<'a>) { in a() argument
4 pub struct MyBox<T: ?Sized>(*const T); struct
285 struct MyBox<T:?Sized>; struct
337 struct MyBox<T: ?Sized>; struct