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