pub enum Maxis {}
Expand description
Format utilized by The Sims games from Sims 1 to 2, as well as Simcity 4
- Uses standard Maxis header
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Maxis
impl RefUnwindSafe for Maxis
impl Send for Maxis
impl Sync for Maxis
impl Unpin for Maxis
impl UnwindSafe for Maxis
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