pub struct BiosCharacteristics {
    pub raw: u32,
}
Expand description

Fields

raw: u32

Raw value

Implementations

Unknown.

BIOS Characteristics are not supported.

ISA is supported.

MCA is supported.

EISA is supported.

PCI is supported.

PC card (PCMCIA) is supported.

Plug and Play is supported.

APM is supported.

BIOS is upgradeable (Flash).

BIOS shadowing is allowed.

VL-VESA is supported.

ESCD support is available.

Boot from CD is supported.

Selectable boot is supported.

BIOS ROM is socketed (e.g. PLCC or SOP socket).

Boot from PC card (PCMCIA) is supported.

EDD specification is supported.

Int 13h — Japanese floppy for NEC 9800 1.2 MB (3.5”, 1K bytes/sector, 360 RPM) is supported.

Int 13h — Japanese floppy for Toshiba 1.2 MB (3.5”, 360 RPM) is supported.

Int 13h — 5.25” / 360 KB floppy services are supported.

Int 13h — 5.25” /1.2 MB floppy services are supported.

Int 13h — 3.5” / 720 KB floppy services are supported.

Int 13h — 3.5” / 2.88 MB floppy services are supported.

Int 5h, print screen Service is supported.

Int 9h, 8042 keyboard services are supported.

Int 14h, serial services are supported.

Int 17h, printer services are supported.

Int 10h, CGA/Mono Video Services are supported.

NEC PC-98.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.