pub struct DmemConfig {
pub name: &'static str,
pub game_size: NonZero<u64>,
pub fmem_max: NonZero<u64>,
pub mini_size: u64,
pub mini_shared: bool,
pub vsh_size: NonZero<u64>,
pub unk1: u64,
}
Expand description
Configurations set for each DMEM mode.
Fields§
§name: &'static str
§game_size: NonZero<u64>
§fmem_max: NonZero<u64>
§mini_size: u64
§vsh_size: NonZero<u64>
§unk1: u64
Auto 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