Write self , &self , or &mut self as the first parameter. // Declare a struct: struct Student { id: i32, name: String, marks: i8, } // Declare its method:
確定! 回上一頁