#[repr(C)]pub struct hvm_hw_lapic {
pub apic_base_msr: u64,
pub disabled: u32,
pub timer_divisor: u32,
pub tdt_msr: u64,
}Fields§
§apic_base_msr: u64§disabled: u32§timer_divisor: u32§tdt_msr: u64Trait Implementations§
Source§impl Clone for hvm_hw_lapic
impl Clone for hvm_hw_lapic
Source§fn clone(&self) -> hvm_hw_lapic
fn clone(&self) -> hvm_hw_lapic
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 Debug for hvm_hw_lapic
impl Debug for hvm_hw_lapic
Source§impl Default for hvm_hw_lapic
impl Default for hvm_hw_lapic
Source§fn default() -> hvm_hw_lapic
fn default() -> hvm_hw_lapic
Returns the “default value” for a type. Read more
impl Copy for hvm_hw_lapic
Auto Trait Implementations§
impl Freeze for hvm_hw_lapic
impl RefUnwindSafe for hvm_hw_lapic
impl Send for hvm_hw_lapic
impl Sync for hvm_hw_lapic
impl Unpin for hvm_hw_lapic
impl UnwindSafe for hvm_hw_lapic
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)