Struct smbioslib::SMBiosVersion [−][src]
Fields
major: u8SMBIOS major version
minor: u8SMBIOS minor version
revision: u8SMBIOS version revision
Trait Implementations
impl Debug for SMBiosVersion[src]
impl Debug for SMBiosVersion[src]impl Ord for SMBiosVersion[src]
impl Ord for SMBiosVersion[src]impl PartialEq<SMBiosVersion> for SMBiosVersion[src]
impl PartialEq<SMBiosVersion> for SMBiosVersion[src]fn eq(&self, other: &SMBiosVersion) -> bool[src]
fn eq(&self, other: &SMBiosVersion) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &SMBiosVersion) -> bool[src]
fn ne(&self, other: &SMBiosVersion) -> bool[src]This method tests for !=.
impl PartialOrd<SMBiosVersion> for SMBiosVersion[src]
impl PartialOrd<SMBiosVersion> for SMBiosVersion[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Serialize for SMBiosVersion[src]
impl Serialize for SMBiosVersion[src]