#[repr(C)]pub struct WHV_X64_LOCAL_APIC_EMULATION_MODE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl Clone for WHV_X64_LOCAL_APIC_EMULATION_MODE
Source§fn clone(&self) -> WHV_X64_LOCAL_APIC_EMULATION_MODE
fn clone(&self) -> WHV_X64_LOCAL_APIC_EMULATION_MODE
Returns a copy 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 PartialEq for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl PartialEq for WHV_X64_LOCAL_APIC_EMULATION_MODE
Source§fn eq(&self, other: &WHV_X64_LOCAL_APIC_EMULATION_MODE) -> bool
fn eq(&self, other: &WHV_X64_LOCAL_APIC_EMULATION_MODE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl Eq for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl StructuralPartialEq for WHV_X64_LOCAL_APIC_EMULATION_MODE
Auto Trait Implementations§
impl Freeze for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl RefUnwindSafe for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl Send for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl Sync for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl Unpin for WHV_X64_LOCAL_APIC_EMULATION_MODE
impl UnwindSafe for WHV_X64_LOCAL_APIC_EMULATION_MODE
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