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§
Trait Implementations§
source§impl Debug for InterruptInfo
impl Debug for InterruptInfo
source§impl PartialEq<InterruptInfo> for InterruptInfo
impl PartialEq<InterruptInfo> for InterruptInfo
source§fn eq(&self, other: &InterruptInfo) -> bool
fn eq(&self, other: &InterruptInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more