pub struct FlowContext {}
Expand description
陷入上下文。
保存了陷入时的寄存器状态。包括所有通用寄存器和 pc
。
Implementations§
Source§impl FlowContext
impl FlowContext
Auto Trait Implementations§
impl Freeze for FlowContext
impl RefUnwindSafe for FlowContext
impl Send for FlowContext
impl Sync for FlowContext
impl Unpin for FlowContext
impl UnwindSafe for FlowContext
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