pub enum SectType {
Wram0,
Vram,
Romx,
Rom0,
Hram,
Wramx,
Sram,
Oam,
}
Expand description
A section memory type.
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for SectType
Auto Trait Implementations§
impl Freeze for SectType
impl RefUnwindSafe for SectType
impl Send for SectType
impl Sync for SectType
impl Unpin for SectType
impl UnwindSafe for SectType
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