Struct x86_64::irq::InterruptDescription [] [src]

pub struct InterruptDescription {
    pub vector: u8,
    pub mnemonic: &'static str,
    pub description: &'static str,
    pub irqtype: &'static str,
    pub source: &'static str,
}

x86 Exception description (see also Intel Vol. 3a Chapter 6).

Fields

Trait Implementations

impl Debug for InterruptDescription
[src]

Formats the value using the given formatter.

impl Display for InterruptDescription
[src]

Formats the value using the given formatter.