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