Enum smbioslib::InterruptPolarity [−][src]
pub enum InterruptPolarity {
ActiveHigh,
ActiveLow,
}Variants
active high
active low
Trait Implementations
impl Debug for InterruptPolarity[src]
impl Debug for InterruptPolarity[src]impl PartialEq<InterruptPolarity> for InterruptPolarity[src]
impl PartialEq<InterruptPolarity> for InterruptPolarity[src]impl Serialize for InterruptPolarity[src]
impl Serialize for InterruptPolarity[src]