Enum smbioslib::InterruptInfo
source · [−]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
Specified
Interrupt information specified
NotSpecified
Interrupt information not specified
Trait Implementations
sourceimpl Debug for InterruptInfo
impl Debug for InterruptInfo
sourceimpl PartialEq<InterruptInfo> for InterruptInfo
impl PartialEq<InterruptInfo> for InterruptInfo
sourceimpl Serialize for InterruptInfo
impl Serialize for InterruptInfo
impl Eq for InterruptInfo
impl StructuralEq for InterruptInfo
impl StructuralPartialEq for InterruptInfo
Auto Trait Implementations
impl RefUnwindSafe for InterruptInfo
impl Send for InterruptInfo
impl Sync for InterruptInfo
impl Unpin for InterruptInfo
impl UnwindSafe for InterruptInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more