struct VfioPciWorker {
address: PciAddress,
sysfs_path: PathBuf,
vm_socket: Tube,
name: String,
pm_cap: Option<Arc<Mutex<VfioPmCap>>>,
msix_cap: Option<Arc<Mutex<VfioMsixCap>>>,
}Fields§
§address: PciAddress§sysfs_path: PathBuf§vm_socket: Tube§name: String§pm_cap: Option<Arc<Mutex<VfioPmCap>>>§msix_cap: Option<Arc<Mutex<VfioMsixCap>>>Implementations§
Auto Trait Implementations§
impl Freeze for VfioPciWorker
impl RefUnwindSafe for VfioPciWorker
impl Send for VfioPciWorker
impl Sync for VfioPciWorker
impl Unpin for VfioPciWorker
impl UnwindSafe for VfioPciWorker
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