#[repr(C)]pub struct vcpu_guest_context_x86_32 {Show 17 fields
pub fpu_ctxt: vcpu_guest_context_x86_32__bindgen_ty_1,
pub flags: u32,
pub user_regs: cpu_user_regs_x86_32,
pub trap_ctxt: [trap_info_x86_32; 256],
pub ldt_base: u32,
pub ldt_ents: u32,
pub gdt_frames: [u32; 16],
pub gdt_ents: u32,
pub kernel_ss: u32,
pub kernel_sp: u32,
pub ctrlreg: [u32; 8],
pub debugreg: [u32; 8],
pub event_callback_cs: u32,
pub event_callback_eip: u32,
pub failsafe_callback_cs: u32,
pub failsafe_callback_eip: u32,
pub vm_assist: u32,
}Fields§
§fpu_ctxt: vcpu_guest_context_x86_32__bindgen_ty_1§flags: u32§user_regs: cpu_user_regs_x86_32§trap_ctxt: [trap_info_x86_32; 256]§ldt_base: u32§ldt_ents: u32§gdt_frames: [u32; 16]§gdt_ents: u32§kernel_ss: u32§kernel_sp: u32§ctrlreg: [u32; 8]§debugreg: [u32; 8]§event_callback_cs: u32§event_callback_eip: u32§failsafe_callback_cs: u32§failsafe_callback_eip: u32§vm_assist: u32Trait Implementations§
Source§impl Clone for vcpu_guest_context_x86_32
impl Clone for vcpu_guest_context_x86_32
Source§fn clone(&self) -> vcpu_guest_context_x86_32
fn clone(&self) -> vcpu_guest_context_x86_32
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 Debug for vcpu_guest_context_x86_32
impl Debug for vcpu_guest_context_x86_32
Source§impl Default for vcpu_guest_context_x86_32
impl Default for vcpu_guest_context_x86_32
impl Copy for vcpu_guest_context_x86_32
Auto Trait Implementations§
impl Freeze for vcpu_guest_context_x86_32
impl RefUnwindSafe for vcpu_guest_context_x86_32
impl Send for vcpu_guest_context_x86_32
impl Sync for vcpu_guest_context_x86_32
impl Unpin for vcpu_guest_context_x86_32
impl UnwindSafe for vcpu_guest_context_x86_32
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