pub struct InstructionContext {
pub pending_reset_long: bool,
pub pending_reset_short: bool,
}Expand description
Instruction context for deferred reset scheduling (spec §5.7-5.8)
Fields§
§pending_reset_long: bool§pending_reset_short: boolImplementations§
Auto Trait Implementations§
impl Freeze for InstructionContext
impl RefUnwindSafe for InstructionContext
impl Send for InstructionContext
impl Sync for InstructionContext
impl Unpin for InstructionContext
impl UnsafeUnpin for InstructionContext
impl UnwindSafe for InstructionContext
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