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