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 SystemUuidData
impl Send for SystemUuidData
impl Sync for SystemUuidData
impl Unpin for SystemUuidData
impl UnwindSafe for SystemUuidData