Type Alias trap_info_t

Source
pub type trap_info_t = trap_info;

Aliased Type§

#[repr(C)]
pub struct trap_info_t { pub vector: u8, pub flags: u8, pub cs: u16, pub address: u32, }

Fields§

§vector: u8§flags: u8§cs: u16§address: u32