pub struct ResolvedChipsetDevice(pub ErasedChipsetDevice);
Expand description
A resolved chipset device resource.
Tuple Fields§
§0: ErasedChipsetDevice
Trait Implementations§
Source§impl CanResolveTo<ResolvedChipsetDevice> for ChipsetDeviceHandleKind
impl CanResolveTo<ResolvedChipsetDevice> for ChipsetDeviceHandleKind
Source§type Input<'a> = ResolveChipsetDeviceHandleParams<'a>
type Input<'a> = ResolveChipsetDeviceHandleParams<'a>
Additional input (besides the resource itself) when resolving resources
of this resource kind.
Source§impl<T: ChangeDeviceState + ChipsetDevice + ProtobufSaveRestore + InspectMut> From<T> for ResolvedChipsetDevice
impl<T: ChangeDeviceState + ChipsetDevice + ProtobufSaveRestore + InspectMut> From<T> for ResolvedChipsetDevice
Auto Trait Implementations§
impl Freeze for ResolvedChipsetDevice
impl !RefUnwindSafe for ResolvedChipsetDevice
impl Send for ResolvedChipsetDevice
impl !Sync for ResolvedChipsetDevice
impl Unpin for ResolvedChipsetDevice
impl !UnwindSafe for ResolvedChipsetDevice
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