pub struct DynamicVpciDevice { /* private fields */ }Expand description
A dynamically created VPCI bus and its underlying PCI device.
Implementations§
Auto Trait Implementations§
impl Freeze for DynamicVpciDevice
impl !RefUnwindSafe for DynamicVpciDevice
impl Send for DynamicVpciDevice
impl Sync for DynamicVpciDevice
impl Unpin for DynamicVpciDevice
impl UnsafeUnpin for DynamicVpciDevice
impl !UnwindSafe for DynamicVpciDevice
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