Struct taskctx::ExtendedState
source · pub struct ExtendedState {
pub fxsave_area: FxsaveArea,
}
Expand description
Extended state of a task, such as FP/SIMD states.
Fields§
§fxsave_area: FxsaveArea
Memory region for the FXSAVE/FXRSTOR instruction.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExtendedState
impl Send for ExtendedState
impl Sync for ExtendedState
impl Unpin for ExtendedState
impl UnwindSafe for ExtendedState
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