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 for InterruptInfo
impl PartialEq for InterruptInfo
Source§impl Serialize for InterruptInfo
impl Serialize for InterruptInfo
impl Eq for InterruptInfo
impl StructuralPartialEq for InterruptInfo
Auto Trait Implementations§
impl Freeze for InterruptInfo
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