struct GuestDeviceStub {
pci_addr: PciAddress,
key: HotPlugKey,
device: Arc<Mutex<dyn BusDevice>>,
}Fields§
§pci_addr: PciAddress§key: HotPlugKey§device: Arc<Mutex<dyn BusDevice>>Trait Implementations§
Source§impl Clone for GuestDeviceStub
impl Clone for GuestDeviceStub
Source§fn clone(&self) -> GuestDeviceStub
fn clone(&self) -> GuestDeviceStub
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GuestDeviceStub
impl RefUnwindSafe for GuestDeviceStub
impl Send for GuestDeviceStub
impl Sync for GuestDeviceStub
impl Unpin for GuestDeviceStub
impl UnwindSafe for GuestDeviceStub
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