#[repr(C)]pub struct vcpu_guest_context_x86_64 {Show 19 fields
pub fpu_ctxt: vcpu_guest_context_x86_64__bindgen_ty_1,
pub flags: u64,
pub user_regs: cpu_user_regs_x86_64,
pub trap_ctxt: [trap_info_x86_64; 256],
pub ldt_base: u64,
pub ldt_ents: u64,
pub gdt_frames: [u64; 16],
pub gdt_ents: u64,
pub kernel_ss: u64,
pub kernel_sp: u64,
pub ctrlreg: [u64; 8],
pub debugreg: [u64; 8],
pub event_callback_eip: u64,
pub failsafe_callback_eip: u64,
pub syscall_callback_eip: u64,
pub vm_assist: u64,
pub fs_base: u64,
pub gs_base_kernel: u64,
pub gs_base_user: u64,
}Fields§
§fpu_ctxt: vcpu_guest_context_x86_64__bindgen_ty_1§flags: u64§user_regs: cpu_user_regs_x86_64§trap_ctxt: [trap_info_x86_64; 256]§ldt_base: u64§ldt_ents: u64§gdt_frames: [u64; 16]§gdt_ents: u64§kernel_ss: u64§kernel_sp: u64§ctrlreg: [u64; 8]§debugreg: [u64; 8]§event_callback_eip: u64§failsafe_callback_eip: u64§syscall_callback_eip: u64§vm_assist: u64§fs_base: u64§gs_base_kernel: u64§gs_base_user: u64Trait Implementations§
Source§impl Clone for vcpu_guest_context_x86_64
impl Clone for vcpu_guest_context_x86_64
Source§fn clone(&self) -> vcpu_guest_context_x86_64
fn clone(&self) -> vcpu_guest_context_x86_64
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for vcpu_guest_context_x86_64
impl Default for vcpu_guest_context_x86_64
impl Copy for vcpu_guest_context_x86_64
Auto Trait Implementations§
impl Freeze for vcpu_guest_context_x86_64
impl RefUnwindSafe for vcpu_guest_context_x86_64
impl Send for vcpu_guest_context_x86_64
impl Sync for vcpu_guest_context_x86_64
impl Unpin for vcpu_guest_context_x86_64
impl UnsafeUnpin for vcpu_guest_context_x86_64
impl UnwindSafe for vcpu_guest_context_x86_64
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