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