pub struct Up2Event {
pub key: InputButtons,
pub repeating: bool,
pub device: *mut InputDevice,
}
Fields§
§key: InputButtons
§repeating: bool
§device: *mut InputDevice
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Up2Event
impl RefUnwindSafe for Up2Event
impl !Send for Up2Event
impl !Sync for Up2Event
impl Unpin for Up2Event
impl UnwindSafe for Up2Event
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