Note that new() does not take &self , it's a "static method", called like this: Rust code. fn main() { let l = Library::new("USER32.dll"); }.
確定! 回上一頁