pub struct BaseChipsetManifest {Show 13 fields
pub with_generic_cmos_rtc: bool,
pub with_generic_isa_floppy: bool,
pub with_generic_pci_bus: bool,
pub with_generic_psp: bool,
pub with_hyperv_firmware_pcat: bool,
pub with_hyperv_framebuffer: bool,
pub with_hyperv_ide: bool,
pub with_hyperv_vga: bool,
pub with_piix4_cmos_rtc: bool,
pub with_piix4_pci_bus: bool,
pub with_underhill_vga_proxy: bool,
pub with_winbond_super_io_and_floppy_stub: bool,
pub with_winbond_super_io_and_floppy_full: bool,
}Expand description
A manifest of devices specified by BaseChipsetDevices.
Fields§
§with_generic_cmos_rtc: bool§with_generic_isa_floppy: bool§with_generic_pci_bus: bool§with_generic_psp: bool§with_hyperv_firmware_pcat: bool§with_hyperv_framebuffer: bool§with_hyperv_ide: bool§with_hyperv_vga: bool§with_piix4_cmos_rtc: bool§with_piix4_pci_bus: bool§with_underhill_vga_proxy: bool§with_winbond_super_io_and_floppy_stub: bool§with_winbond_super_io_and_floppy_full: boolImplementations§
Source§impl BaseChipsetManifest
impl BaseChipsetManifest
Sourcepub const fn empty() -> Self
pub const fn empty() -> Self
Return a BaseChipsetManifest with all fields set to
false
Trait Implementations§
Source§impl Clone for BaseChipsetManifest
impl Clone for BaseChipsetManifest
Source§fn clone(&self) -> BaseChipsetManifest
fn clone(&self) -> BaseChipsetManifest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BaseChipsetManifest
impl Debug for BaseChipsetManifest
Source§impl DefaultEncoding for BaseChipsetManifest
impl DefaultEncoding for BaseChipsetManifest
Source§impl PartialEq for BaseChipsetManifest
impl PartialEq for BaseChipsetManifest
Source§impl<'encoding> StructDecodeMetadata<'encoding, Resource> for BaseChipsetManifest
impl<'encoding> StructDecodeMetadata<'encoding, Resource> for BaseChipsetManifest
Source§impl StructEncodeMetadata<Resource> for BaseChipsetManifest
impl StructEncodeMetadata<Resource> for BaseChipsetManifest
Source§impl StructMetadata for BaseChipsetManifest
impl StructMetadata for BaseChipsetManifest
impl Eq for BaseChipsetManifest
impl StructuralPartialEq for BaseChipsetManifest
Auto Trait Implementations§
impl Freeze for BaseChipsetManifest
impl RefUnwindSafe for BaseChipsetManifest
impl Send for BaseChipsetManifest
impl Sync for BaseChipsetManifest
impl Unpin for BaseChipsetManifest
impl UnsafeUnpin for BaseChipsetManifest
impl UnwindSafe for BaseChipsetManifest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> MeshField for T
impl<T> MeshField for T
§impl<T> MeshPayload for T
impl<T> MeshPayload for T
§impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
§fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
Computes the message size, as in [
MessageEncode::compute_message_size].§fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
Writes the message, as in [
MessageEncode::write_message].