pub struct Header {
pub num_prg_rom_blocks: u8,
pub num_chr_rom_blocks: u8,
pub mapper: Mapper,
pub mirroring: Mirroring,
pub four_screen_vram: bool,
}Fields§
§num_prg_rom_blocks: u8§num_chr_rom_blocks: u8§mapper: Mapper§mirroring: Mirroring§four_screen_vram: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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