Struct smbioslib::SystemUuid [−][src]
Fields
raw: [u8; 16]Raw byte array for this UUID
Implementations
impl SystemUuid[src]
impl SystemUuid[src]pub fn time_high_and_version(&self) -> u16[src]
pub fn time_high_and_version(&self) -> u16[src]High field of the timestamp multiplexed with the version number
pub fn clock_seq_high_and_reserved(&self) -> u8[src]
pub fn clock_seq_high_and_reserved(&self) -> u8[src]High field of the clock sequence multiplexed with the variant
pub fn clock_seq_low(&self) -> u8[src]
pub fn clock_seq_low(&self) -> u8[src]Low field of the clock sequence
Trait Implementations
impl Debug for SystemUuid[src]
impl Debug for SystemUuid[src]impl Display for SystemUuid[src]
impl Display for SystemUuid[src]impl PartialEq<SystemUuid> for SystemUuid[src]
impl PartialEq<SystemUuid> for SystemUuid[src]fn eq(&self, other: &SystemUuid) -> bool[src]
fn eq(&self, other: &SystemUuid) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &SystemUuid) -> bool[src]
fn ne(&self, other: &SystemUuid) -> bool[src]This method tests for !=.
impl Serialize for SystemUuid[src]
impl Serialize for SystemUuid[src]