vmotherboard::options

Struct BaseChipsetDevices

Source
pub struct BaseChipsetDevices {
Show 24 fields pub deps_generic_cmos_rtc: Option<GenericCmosRtcDeps>, pub deps_generic_ioapic: Option<GenericIoApicDeps>, pub deps_generic_isa_dma: Option<GenericIsaDmaDeps>, pub deps_generic_isa_floppy: Option<GenericIsaFloppyDeps>, pub deps_generic_pci_bus: Option<GenericPciBusDeps>, pub deps_generic_pic: Option<GenericPicDeps>, pub deps_generic_pit: Option<GenericPitDeps>, pub deps_generic_psp: Option<GenericPspDeps>, pub deps_hyperv_firmware_pcat: Option<HyperVFirmwarePcat>, pub deps_hyperv_firmware_uefi: Option<HyperVFirmwareUefi>, pub deps_hyperv_framebuffer: Option<HyperVFramebufferDeps>, pub deps_hyperv_guest_watchdog: Option<HyperVGuestWatchdogDeps>, pub deps_hyperv_ide: Option<HyperVIdeDeps>, pub deps_hyperv_power_management: Option<HyperVPowerManagementDeps>, pub deps_hyperv_vga: Option<HyperVVgaDeps>, pub deps_i440bx_host_pci_bridge: Option<I440BxHostPciBridgeDeps>, pub deps_piix4_cmos_rtc: Option<Piix4CmosRtcDeps>, pub deps_piix4_pci_bus: Option<Piix4PciBusDeps>, pub deps_piix4_pci_isa_bridge: Option<Piix4PciIsaBridgeDeps>, pub deps_piix4_pci_usb_uhci_stub: Option<Piix4PciUsbUhciStubDeps>, pub deps_piix4_power_management: Option<Piix4PowerManagementDeps>, pub deps_underhill_vga_proxy: Option<UnderhillVgaProxyDeps>, pub deps_winbond_super_io_and_floppy_stub: Option<WinbondSuperIoAndFloppyStubDeps>, pub deps_winbond_super_io_and_floppy_full: Option<WinbondSuperIoAndFloppyFullDeps>,
}
Expand description

Device-specific BaseChipset dependencies

Fields§

§deps_generic_cmos_rtc: Option<GenericCmosRtcDeps>§deps_generic_ioapic: Option<GenericIoApicDeps>§deps_generic_isa_dma: Option<GenericIsaDmaDeps>§deps_generic_isa_floppy: Option<GenericIsaFloppyDeps>§deps_generic_pci_bus: Option<GenericPciBusDeps>§deps_generic_pic: Option<GenericPicDeps>§deps_generic_pit: Option<GenericPitDeps>§deps_generic_psp: Option<GenericPspDeps>§deps_hyperv_firmware_pcat: Option<HyperVFirmwarePcat>§deps_hyperv_firmware_uefi: Option<HyperVFirmwareUefi>§deps_hyperv_framebuffer: Option<HyperVFramebufferDeps>§deps_hyperv_guest_watchdog: Option<HyperVGuestWatchdogDeps>§deps_hyperv_ide: Option<HyperVIdeDeps>§deps_hyperv_power_management: Option<HyperVPowerManagementDeps>§deps_hyperv_vga: Option<HyperVVgaDeps>§deps_i440bx_host_pci_bridge: Option<I440BxHostPciBridgeDeps>§deps_piix4_cmos_rtc: Option<Piix4CmosRtcDeps>§deps_piix4_pci_bus: Option<Piix4PciBusDeps>§deps_piix4_pci_isa_bridge: Option<Piix4PciIsaBridgeDeps>§deps_piix4_pci_usb_uhci_stub: Option<Piix4PciUsbUhciStubDeps>§deps_piix4_power_management: Option<Piix4PowerManagementDeps>§deps_underhill_vga_proxy: Option<UnderhillVgaProxyDeps>§deps_winbond_super_io_and_floppy_stub: Option<WinbondSuperIoAndFloppyStubDeps>§deps_winbond_super_io_and_floppy_full: Option<WinbondSuperIoAndFloppyFullDeps>

Implementations§

Source§

impl BaseChipsetDevices

Source

pub fn empty() -> Self

Return a BaseChipsetDevices with all fields set to None

Source

pub fn to_manifest(&self) -> BaseChipsetManifest

Return the corresponding BaseChipsetManifest.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more