pub enum GameScene {
SpaceCenter,
Flight,
TrackingStation,
EditorVAB,
EditorSPH,
}Variants§
Trait Implementations§
impl Copy for GameScene
impl StructuralPartialEq for GameScene
Auto Trait Implementations§
impl Freeze for GameScene
impl RefUnwindSafe for GameScene
impl Send for GameScene
impl Sync for GameScene
impl Unpin for GameScene
impl UnwindSafe for GameScene
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