pub enum VirtioGpuEvent {
OnConfigChanged {},
}
Variants§
OnConfigChanged
Fields
Implementations§
source§impl VirtioGpuEvent
impl VirtioGpuEvent
pub fn into_on_config_changed(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VirtioGpuEvent
impl Send for VirtioGpuEvent
impl Sync for VirtioGpuEvent
impl Unpin for VirtioGpuEvent
impl UnwindSafe for VirtioGpuEvent
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