Enum vm_resource::kind::VirtioDeviceHandle
source · pub enum VirtioDeviceHandle {}
Expand description
A resource kind for virtio device handles.
Trait Implementations§
source§impl ResourceKind for VirtioDeviceHandle
impl ResourceKind for VirtioDeviceHandle
Auto Trait Implementations§
impl Freeze for VirtioDeviceHandle
impl RefUnwindSafe for VirtioDeviceHandle
impl Send for VirtioDeviceHandle
impl Sync for VirtioDeviceHandle
impl Unpin for VirtioDeviceHandle
impl UnwindSafe for VirtioDeviceHandle
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