#[repr(u8)]pub enum New3dsSystemMode {
Legacy = 0,
Prod124Mb = 1,
Dev1_178Mb = 2,
Dev2_124Mb = 3,
}Expand description
ARM11 Local system capabilities New3DS system mode data https://www.3dbrew.org/wiki/NCCH/Extended_Header#New3DS_System_Mode
Variants§
Legacy = 0
Legacy(use Old3DS system mode)
Prod124Mb = 1
Prod (124MB of usable application memory)
Dev1_178Mb = 2
Dev1 (178MB of usable application memory)
Dev2_124Mb = 3
Dev2 (124MB of usable application memory)
Trait Implementations§
Source§impl Clone for New3dsSystemMode
impl Clone for New3dsSystemMode
Source§fn clone(&self) -> New3dsSystemMode
fn clone(&self) -> New3dsSystemMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for New3dsSystemMode
impl RefUnwindSafe for New3dsSystemMode
impl Send for New3dsSystemMode
impl Sync for New3dsSystemMode
impl Unpin for New3dsSystemMode
impl UnsafeUnpin for New3dsSystemMode
impl UnwindSafe for New3dsSystemMode
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