pub struct SixtyFourDrive { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for SixtyFourDrive
impl Debug for SixtyFourDrive
Source§impl Flashcart for SixtyFourDrive
impl Flashcart for SixtyFourDrive
fn upload_rom(&mut self, data: &[u8]) -> Result<()>
fn download_rom(&mut self, length: u32) -> Result<Vec<u8>>
fn set_cic(&mut self, cic: Cic) -> Result<()>
fn set_savetype(&mut self, savetype: SaveType) -> Result<()>
fn recv_debug(&mut self) -> Result<DebugResponse>
fn send_debug(&mut self) -> Result<()>
fn info(&mut self) -> Result<DeviceInfo>
Auto Trait Implementations§
impl Freeze for SixtyFourDrive
impl RefUnwindSafe for SixtyFourDrive
impl Send for SixtyFourDrive
impl Sync for SixtyFourDrive
impl Unpin for SixtyFourDrive
impl UnwindSafe for SixtyFourDrive
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