rustubs::arch::x86_64::arch_regsStruct Context64
Source #[repr(C, packed(1))]
pub struct Context64 {
pub rbx: u64,
pub r12: u64,
pub r13: u64,
pub r14: u64,
pub r15: u64,
pub rbp: u64,
pub rsp: u64,
pub fpu: [u8; 108],
}
Expand description
the Context64 is part of the task struct; it’s saved and restored explicitly
on context swap.
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.