Enum machineid_rs::HWIDComponent [−][src]
pub enum HWIDComponent {
SystemID,
CPUCores,
OSName,
Username,
MachineName,
MacAddress,
CPUID,
FileToken(&'static str),
DriveSerial,
}Expand description
The components that can be used to build the HWID.
Variants
SystemID
System UUID
CPUCores
Number of CPU Cores
OSName
Name of the OS
Username
Current Username
MachineName
Host machine name
MacAddress
Mac Address
CPUID
CPU Vendor ID
FileToken(&'static str)
Tuple Fields
0: &'static strThe contents of a file
DriveSerial
UUID of the root disk
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
