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 ==.impl<'a> Eq for SystemInfo<'a>
impl<'a> StructuralEq for SystemInfo<'a>
impl<'a> StructuralPartialEq for SystemInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SystemInfo<'a>
impl<'a> Send for SystemInfo<'a>
impl<'a> Sync for SystemInfo<'a>
impl<'a> Unpin for SystemInfo<'a>
impl<'a> UnwindSafe for SystemInfo<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more