pub enum GameId {
Oblivion,
Skyrim,
Fallout3,
FalloutNV,
Morrowind,
Fallout4,
SkyrimSE,
Starfield,
}Variants§
Implementations§
Source§impl GameId
impl GameId
pub fn supports_light_plugins(self) -> bool
pub fn supports_medium_plugins(self) -> bool
Trait Implementations§
impl Copy for GameId
impl Eq for GameId
impl StructuralPartialEq for GameId
Auto Trait Implementations§
impl Freeze for GameId
impl RefUnwindSafe for GameId
impl Send for GameId
impl Sync for GameId
impl Unpin for GameId
impl UnwindSafe for GameId
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