Struct main::kernel::Table [collapse all] [expand all] [src]
pub struct Table {
// some fields omitted
}pub struct Table {
// some fields omitted
}impl Tablefn new() -> Tableunsafe fn enable_maskable(&mut self, irq: uint, isr: unsafe extern "C" fn())unsafe fn set_isr(&mut self, val: Fault, code: bool, handler: unsafe extern "C" fn())fn load(&self)impl Table
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).