Enum smbioslib::InterruptInfo [−][src]
pub enum InterruptInfo {
Specified,
NotSpecified,
}Expand description
Interrupt Info
Identifies the type and polarity of the interrupt associated with the IPMI system interface, if any
Variants
Interrupt information specified
Interrupt information not specified
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InterruptInfoimpl Send for InterruptInfoimpl Sync for InterruptInfoimpl Unpin for InterruptInfoimpl UnwindSafe for InterruptInfo