pub struct InputState { /* private fields */ }Expand description
Holds yakui’s input state, like cursor position, hovered, and selected widgets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for InputState
impl !RefUnwindSafe for InputState
impl Send for InputState
impl !Sync for InputState
impl Unpin for InputState
impl UnwindSafe for InputState
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