enum VfioMsiChange {
Disable,
Enable,
FunctionChanged,
}Variants§
Auto Trait Implementations§
impl Freeze for VfioMsiChange
impl RefUnwindSafe for VfioMsiChange
impl Send for VfioMsiChange
impl Sync for VfioMsiChange
impl Unpin for VfioMsiChange
impl UnwindSafe for VfioMsiChange
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