#[repr(C)]pub struct VIRTUAL_PROCESSOR_REGISTER_1_1 {
pub Base: u64,
pub Limit: u32,
pub Selector: u16,
pub Anonymous: VIRTUAL_PROCESSOR_REGISTER_1_1_0,
}Expand description
Required features: "Win32_System_Hypervisor"
Fields
Base: u64Limit: u32Selector: u16Anonymous: VIRTUAL_PROCESSOR_REGISTER_1_1_0Trait Implementations
impl Clone for VIRTUAL_PROCESSOR_REGISTER_1_1
impl Clone for VIRTUAL_PROCESSOR_REGISTER_1_1
impl Copy for VIRTUAL_PROCESSOR_REGISTER_1_1
Auto Trait Implementations
impl RefUnwindSafe for VIRTUAL_PROCESSOR_REGISTER_1_1
impl Send for VIRTUAL_PROCESSOR_REGISTER_1_1
impl Sync for VIRTUAL_PROCESSOR_REGISTER_1_1
impl Unpin for VIRTUAL_PROCESSOR_REGISTER_1_1
impl UnwindSafe for VIRTUAL_PROCESSOR_REGISTER_1_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more