#[repr(C)]pub struct trap_info {
pub vector: u8,
pub flags: u8,
pub cs: u16,
pub address: c_ulong,
}
Fields
vector: u8
flags: u8
cs: u16
address: c_ulong
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for trap_info
impl Send for trap_info
impl Sync for trap_info
impl Unpin for trap_info
impl UnwindSafe for trap_info
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more