pub struct Down2Event {
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 Down2Event
impl RefUnwindSafe for Down2Event
impl !Send for Down2Event
impl !Sync for Down2Event
impl Unpin for Down2Event
impl UnwindSafe for Down2Event
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