pub enum VirtioGpuEvent {
OnConfigChanged {},
}
Variants§
OnConfigChanged
Implementations§
Source§impl VirtioGpuEvent
impl VirtioGpuEvent
pub fn into_on_config_changed(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioGpuEvent
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