pub struct SmbiosVersion {
pub major: u8,
pub minor: u8,
}Expand description
The version number associated with the Smbios EntryPoint
Fields§
§major: u8§minor: u8Trait Implementations§
Source§impl Clone for SmbiosVersion
impl Clone for SmbiosVersion
Source§fn clone(&self) -> SmbiosVersion
fn clone(&self) -> SmbiosVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmbiosVersion
impl Debug for SmbiosVersion
Source§impl Hash for SmbiosVersion
impl Hash for SmbiosVersion
Source§impl Ord for SmbiosVersion
impl Ord for SmbiosVersion
Source§fn cmp(&self, other: &SmbiosVersion) -> Ordering
fn cmp(&self, other: &SmbiosVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmbiosVersion
impl PartialEq for SmbiosVersion
Source§impl PartialOrd for SmbiosVersion
impl PartialOrd for SmbiosVersion
impl Copy for SmbiosVersion
impl Eq for SmbiosVersion
impl StructuralPartialEq for SmbiosVersion
Auto Trait Implementations§
impl Freeze for SmbiosVersion
impl RefUnwindSafe for SmbiosVersion
impl Send for SmbiosVersion
impl Sync for SmbiosVersion
impl Unpin for SmbiosVersion
impl UnwindSafe for SmbiosVersion
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