pub struct DmemConfig {
pub name: &'static str,
pub game_size: NonZero<usize>,
pub fmem_max: NonZero<usize>,
pub mini_size: usize,
pub mini_shared: bool,
pub vsh_size: NonZero<usize>,
pub unk1: usize,
}Expand description
Configurations set for each DMEM mode.
Fields§
§name: &'static str§game_size: NonZero<usize>§fmem_max: NonZero<usize>§mini_size: usize§vsh_size: NonZero<usize>§unk1: usizeAuto Trait Implementations§
impl Freeze for DmemConfig
impl RefUnwindSafe for DmemConfig
impl Send for DmemConfig
impl Sync for DmemConfig
impl Unpin for DmemConfig
impl UnwindSafe for DmemConfig
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