pub struct PressEvent {
pub key: char,
}
Fields§
§key: char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PressEvent
impl RefUnwindSafe for PressEvent
impl Send for PressEvent
impl Sync for PressEvent
impl Unpin for PressEvent
impl UnwindSafe for PressEvent
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