Struct STAGE_INPUT
pub struct STAGE_INPUT { /* private fields */ }Expand description
Stage for handling input events.
Trait Implementations§
§impl Deref for STAGE_INPUT
impl Deref for STAGE_INPUT
§type Target = MainLoopStage
type Target = MainLoopStage
The resulting type after dereferencing.
§fn deref(&self) -> &MainLoopStage
fn deref(&self) -> &MainLoopStage
Dereferences the value.
impl LazyStatic for STAGE_INPUT
Auto Trait Implementations§
impl Freeze for STAGE_INPUT
impl RefUnwindSafe for STAGE_INPUT
impl Send for STAGE_INPUT
impl Sync for STAGE_INPUT
impl Unpin for STAGE_INPUT
impl UnwindSafe for STAGE_INPUT
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