pub enum SoftEvent {
Window(WindowEvent),
Device(DeviceId, DeviceEvent),
}Expand description
An event produced by the Softbuffer-backed backend.
Variants§
Auto Trait Implementations§
impl Freeze for SoftEvent
impl RefUnwindSafe for SoftEvent
impl Send for SoftEvent
impl Sync for SoftEvent
impl Unpin for SoftEvent
impl UnwindSafe for SoftEvent
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