pub struct IoOptions {
pub big_endian: bool,
pub encoding: Encoding,
}Expand description
Options for reading/writing BCSV files
Fields§
§big_endian: boolWhether data is big-endian or little-endian
encoding: EncodingString encoding: “shift_jis” (for japanese language) or “utf-8”
Implementations§
Source§impl IoOptions
impl IoOptions
Sourcepub fn super_mario_galaxy() -> Self
pub fn super_mario_galaxy() -> Self
Options for Super Mario Galaxy (Wii)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoOptions
impl RefUnwindSafe for IoOptions
impl Send for IoOptions
impl Sync for IoOptions
impl Unpin for IoOptions
impl UnwindSafe for IoOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more