Enum smbioslib::ExtendedRomSize [−][src]
Expand description
Variants
Megabytes(u16)Extended size of the physical device(s) containing the BIOS (in MB).
Gigabytes(u16)Extended size of the physical device(s) containing the BIOS (in GB).
Undefined(u16)Extended size of the physical device(s) containing the BIOS in raw form.
The standard currently only defines MB and GB as given in the high nibble (bits 15-14)
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 ExtendedRomSizeimpl Send for ExtendedRomSizeimpl Sync for ExtendedRomSizeimpl Unpin for ExtendedRomSizeimpl UnwindSafe for ExtendedRomSize