pub struct GamestateO { /* private fields */ }Trait Implementations§
Source§impl Clone for GamestateO
impl Clone for GamestateO
Source§fn clone(&self) -> GamestateO
fn clone(&self) -> GamestateO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GamestateO
Auto Trait Implementations§
impl Freeze for GamestateO
impl RefUnwindSafe for GamestateO
impl Send for GamestateO
impl Sync for GamestateO
impl Unpin for GamestateO
impl UnsafeUnpin for GamestateO
impl UnwindSafe for GamestateO
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