#[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_ulongTrait Implementations§
impl Copy for trap_info
Auto Trait Implementations§
impl Freeze for trap_info
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)