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