pub struct Ines {
pub header: Header,
pub prg_rom: Vec<u8>,
pub chr_rom: Vec<u8>,
}Fields§
§header: Header§prg_rom: Vec<u8>§chr_rom: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for Ines
impl RefUnwindSafe for Ines
impl Send for Ines
impl Sync for Ines
impl Unpin for Ines
impl UnwindSafe for Ines
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