BorrowMut只要点错某个函数, clion 自动use; struct S{ age: int, } fn main() { let mut a: Rc<RefCell<S>> = Rc::new(RefCell::new(S { age: 15 })) ...
確定! 回上一頁