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