pub enum SC2 {}Expand description
Replay version for Supreme Commander 2.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SC2
impl RefUnwindSafe for SC2
impl Send for SC2
impl Sync for SC2
impl Unpin for SC2
impl UnwindSafe for SC2
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