Enum smbioslib::ExtendedRomSize [−][src]
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
impl Debug for ExtendedRomSize
[src]
impl Debug for ExtendedRomSize
[src]impl PartialEq<ExtendedRomSize> for ExtendedRomSize
[src]
impl PartialEq<ExtendedRomSize> for ExtendedRomSize
[src]fn eq(&self, other: &ExtendedRomSize) -> bool
[src]
fn eq(&self, other: &ExtendedRomSize) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &ExtendedRomSize) -> bool
[src]
fn ne(&self, other: &ExtendedRomSize) -> bool
[src]This method tests for !=
.
impl Serialize for ExtendedRomSize
[src]
impl Serialize for ExtendedRomSize
[src]