Searched defs:MyVal (Results 1 – 1 of 1) sorted by relevance
300 struct MyVal(usize); in panic_in_clone() struct302 impl Clone for MyVal { in panic_in_clone() implementation303 fn clone(&self) -> MyVal { in panic_in_clone()