Struct macroquad::experimental::state_machine::StateMachineOwned
source · pub struct StateMachineOwned<T: 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for StateMachineOwned<T>
impl<T> !Send for StateMachineOwned<T>
impl<T> !Sync for StateMachineOwned<T>
impl<T> Unpin for StateMachineOwned<T>
impl<T> !UnwindSafe for StateMachineOwned<T>
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