pub struct ResolvedPciDevice(pub ErasedChipsetDevice);
Expand description
A resolved PCI device.
Tuple Fields§
§0: ErasedChipsetDevice
Trait Implementations§
Source§impl CanResolveTo<ResolvedPciDevice> for PciDeviceHandleKind
impl CanResolveTo<ResolvedPciDevice> for PciDeviceHandleKind
Source§type Input<'a> = ResolvePciDeviceHandleParams<'a>
type Input<'a> = ResolvePciDeviceHandleParams<'a>
Additional input (besides the resource itself) when resolving resources
of this resource kind.
Auto Trait Implementations§
impl Freeze for ResolvedPciDevice
impl !RefUnwindSafe for ResolvedPciDevice
impl Send for ResolvedPciDevice
impl !Sync for ResolvedPciDevice
impl Unpin for ResolvedPciDevice
impl !UnwindSafe for ResolvedPciDevice
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