Enum smbioslib::SystemUuidData [−][src]
pub enum SystemUuidData { IdNotPresentButSettable, IdNotPresent, Uuid(SystemUuid), }
Variants
The ID is not currently present in the system, but it can be set
The ID is not present in the system
Uuid(SystemUuid)
System UUID
Trait Implementations
impl Debug for SystemUuidData
[src]
impl Debug for SystemUuidData
[src]impl Display for SystemUuidData
[src]
impl Display for SystemUuidData
[src]impl Serialize for SystemUuidData
[src]
impl Serialize for SystemUuidData
[src]