Struct linux_info::bios::SystemInfo
source · pub struct SystemInfo<'a> {
pub manufacturer: &'a str,
pub product_name: &'a str,
pub version: &'a str,
pub serial_number: &'a str,
pub uuid: Uuid,
pub sku_number: &'a str,
pub family: &'a str,
}Fields§
§manufacturer: &'a str§product_name: &'a str§version: &'a str§serial_number: &'a str§uuid: Uuidis exactly 16bytes long
sku_number: &'a str§family: &'a strTrait Implementations§
source§impl<'a> Debug for SystemInfo<'a>
impl<'a> Debug for SystemInfo<'a>
source§impl<'a> Hash for SystemInfo<'a>
impl<'a> Hash for SystemInfo<'a>
source§impl<'a> PartialEq<SystemInfo<'a>> for SystemInfo<'a>
impl<'a> PartialEq<SystemInfo<'a>> for SystemInfo<'a>
source§fn eq(&self, other: &SystemInfo<'a>) -> bool
fn eq(&self, other: &SystemInfo<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.