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 ExtendedRomSize
impl Send for ExtendedRomSize
impl Sync for ExtendedRomSize
impl Unpin for ExtendedRomSize
impl UnwindSafe for ExtendedRomSize