Struct panda_sys::vmcb_control_area[][src]

#[repr(C, packed)]
pub struct vmcb_control_area {
Show 29 fields pub intercept_cr_read: u16, pub intercept_cr_write: u16, pub intercept_dr_read: u16, pub intercept_dr_write: u16, pub intercept_exceptions: u32, pub intercept: u64, pub reserved_1: [u8; 44], pub iopm_base_pa: u64, pub msrpm_base_pa: u64, pub tsc_offset: u64, pub asid: u32, pub tlb_ctl: u8, pub reserved_2: [u8; 3], pub int_ctl: u32, pub int_vector: u32, pub int_state: u32, pub reserved_3: [u8; 4], pub exit_code: u64, pub exit_info_1: u64, pub exit_info_2: u64, pub exit_int_info: u32, pub exit_int_info_err: u32, pub nested_ctl: u64, pub reserved_4: [u8; 16], pub event_inj: u32, pub event_inj_err: u32, pub nested_cr3: u64, pub lbr_ctl: u64, pub reserved_5: [u8; 832],
}

Fields

intercept_cr_read: u16intercept_cr_write: u16intercept_dr_read: u16intercept_dr_write: u16intercept_exceptions: u32intercept: u64reserved_1: [u8; 44]iopm_base_pa: u64msrpm_base_pa: u64tsc_offset: u64asid: u32tlb_ctl: u8reserved_2: [u8; 3]int_ctl: u32int_vector: u32int_state: u32reserved_3: [u8; 4]exit_code: u64exit_info_1: u64exit_info_2: u64exit_int_info: u32exit_int_info_err: u32nested_ctl: u64reserved_4: [u8; 16]event_inj: u32event_inj_err: u32nested_cr3: u64lbr_ctl: u64reserved_5: [u8; 832]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.