Enum smbioslib::SystemUuidData [−][src]
pub enum SystemUuidData {
IdNotPresentButSettable,
IdNotPresent,
Uuid(SystemUuid),
}Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for SystemUuidDataimpl Send for SystemUuidDataimpl Sync for SystemUuidDataimpl Unpin for SystemUuidDataimpl UnwindSafe for SystemUuidData