Struct smbioslib::BiosCharacteristics [−][src]
pub struct BiosCharacteristics { pub raw: u32, }
Expand description
Fields
raw: u32
Raw value
Implementations
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.
Methods from Deref<Target = u32>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BiosCharacteristics
impl Send for BiosCharacteristics
impl Sync for BiosCharacteristics
impl Unpin for BiosCharacteristics
impl UnwindSafe for BiosCharacteristics