#[repr(C)]pub struct hvm_msr_hvm_one_msr {
pub index: u32,
pub _rsvd: u32,
pub val: u64,
}Fields§
§index: u32§_rsvd: u32§val: u64Trait Implementations§
Source§impl Clone for hvm_msr_hvm_one_msr
impl Clone for hvm_msr_hvm_one_msr
Source§fn clone(&self) -> hvm_msr_hvm_one_msr
fn clone(&self) -> hvm_msr_hvm_one_msr
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_msr_hvm_one_msr
impl Debug for hvm_msr_hvm_one_msr
Source§impl Default for hvm_msr_hvm_one_msr
impl Default for hvm_msr_hvm_one_msr
Source§fn default() -> hvm_msr_hvm_one_msr
fn default() -> hvm_msr_hvm_one_msr
Returns the “default value” for a type. Read more
impl Copy for hvm_msr_hvm_one_msr
Auto Trait Implementations§
impl Freeze for hvm_msr_hvm_one_msr
impl RefUnwindSafe for hvm_msr_hvm_one_msr
impl Send for hvm_msr_hvm_one_msr
impl Sync for hvm_msr_hvm_one_msr
impl Unpin for hvm_msr_hvm_one_msr
impl UnwindSafe for hvm_msr_hvm_one_msr
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