pub enum NotifyVMExitType {
Run,
InternalError,
Disable,
NotifyWindow(usize),
}
Variants§
Auto Trait Implementations§
impl Freeze for NotifyVMExitType
impl RefUnwindSafe for NotifyVMExitType
impl Send for NotifyVMExitType
impl Sync for NotifyVMExitType
impl Unpin for NotifyVMExitType
impl UnwindSafe for NotifyVMExitType
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