Rust code: # [repr (C)] struct RustObject { a: i32 , // Other members } ... Generally you should use references (&mut T, &T) or std::unique_ptr<T> where ...
確定! 回上一頁