pub enum PixelsEvent {
Window(WindowEvent),
Device(DeviceId, DeviceEvent),
}Expand description
Pixels-based backend event.
Variants§
Auto Trait Implementations§
impl Freeze for PixelsEvent
impl RefUnwindSafe for PixelsEvent
impl Send for PixelsEvent
impl Sync for PixelsEvent
impl Unpin for PixelsEvent
impl UnwindSafe for PixelsEvent
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