pub struct Cnma {
pub modes: Vec<Mode>,
}Expand description
CNMA file. Holds generic configuration of the game and resource locations.
- Sound and music ids and file paths
- Lua scripting code
- Custom upgrade/powers
- The order of the level select menu
Fields§
§modes: Vec<Mode>Vector of the sections of the file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cnma
impl RefUnwindSafe for Cnma
impl Send for Cnma
impl Sync for Cnma
impl Unpin for Cnma
impl UnwindSafe for Cnma
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