pub enum RomSize {
_2mb,
_3mb,
_4mb,
_6mbSa1,
_8mbSa1,
}Expand description
Contains all valid ROM sizes that can be used with Wrapper::expand_rom.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RomSize
impl RefUnwindSafe for RomSize
impl Send for RomSize
impl Sync for RomSize
impl Unpin for RomSize
impl UnwindSafe for RomSize
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