pub(crate) struct GpuDisplayEvents {
pub(crate) events: Vec<virtio_input_event>,
pub(crate) device_type: EventDeviceKind,
}Fields§
§events: Vec<virtio_input_event>§device_type: EventDeviceKindAuto Trait Implementations§
impl Freeze for GpuDisplayEvents
impl RefUnwindSafe for GpuDisplayEvents
impl Send for GpuDisplayEvents
impl Sync for GpuDisplayEvents
impl Unpin for GpuDisplayEvents
impl UnwindSafe for GpuDisplayEvents
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