#[repr(C)]pub struct MContextT {
pub gregs: [c_ulong; 32],
pub fpregs: [c_ulonglong; 66],
}Expand description
机器上下文结构体
Fields§
§gregs: [c_ulong; 32]通用寄存器数组
fpregs: [c_ulonglong; 66]浮点寄存器数组 XXX: 实际并未使用浮点寄存器 且注意struct pending?
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MContextT
impl RefUnwindSafe for MContextT
impl Send for MContextT
impl Sync for MContextT
impl Unpin for MContextT
impl UnwindSafe for MContextT
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)