Struct pax_runtime_api::ArgsKeyPress
source · pub struct ArgsKeyPress {
pub keyboard: KeyboardEventArgs,
}
Expand description
User presses a key that displays a character (alphanumeric or symbol).
Fields§
§keyboard: KeyboardEventArgs
Trait Implementations§
source§impl Clone for ArgsKeyPress
impl Clone for ArgsKeyPress
source§fn clone(&self) -> ArgsKeyPress
fn clone(&self) -> ArgsKeyPress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ArgsKeyPress
impl Send for ArgsKeyPress
impl Sync for ArgsKeyPress
impl Unpin for ArgsKeyPress
impl UnwindSafe for ArgsKeyPress
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