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 strproduct_name: &'a strversion: &'a strserial_number: &'a struuid: Uuidis exactly 16bytes long
sku_number: &'a strfamily: &'a strTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.