#[repr(C)]pub struct hvm_hw_mtrr {
pub msr_pat_cr: u64,
pub msr_mtrr_var: [u64; 16],
pub msr_mtrr_fixed: [u64; 11],
pub msr_mtrr_cap: u64,
pub msr_mtrr_def_type: u64,
}Fields§
§msr_pat_cr: u64§msr_mtrr_var: [u64; 16]§msr_mtrr_fixed: [u64; 11]§msr_mtrr_cap: u64§msr_mtrr_def_type: u64Trait Implementations§
Source§impl Clone for hvm_hw_mtrr
impl Clone for hvm_hw_mtrr
Source§fn clone(&self) -> hvm_hw_mtrr
fn clone(&self) -> hvm_hw_mtrr
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 hvm_hw_mtrr
impl Debug for hvm_hw_mtrr
Source§impl Default for hvm_hw_mtrr
impl Default for hvm_hw_mtrr
Source§fn default() -> hvm_hw_mtrr
fn default() -> hvm_hw_mtrr
Returns the “default value” for a type. Read more
impl Copy for hvm_hw_mtrr
Auto Trait Implementations§
impl Freeze for hvm_hw_mtrr
impl RefUnwindSafe for hvm_hw_mtrr
impl Send for hvm_hw_mtrr
impl Sync for hvm_hw_mtrr
impl Unpin for hvm_hw_mtrr
impl UnsafeUnpin for hvm_hw_mtrr
impl UnwindSafe for hvm_hw_mtrr
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