#[repr(C)]pub struct MsrEntry {
pub index: u32,
pub reserved: u32,
pub data: u64,
}Fields§
§index: u32§reserved: u32§data: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsrEntry
impl RefUnwindSafe for MsrEntry
impl Send for MsrEntry
impl Sync for MsrEntry
impl Unpin for MsrEntry
impl UnwindSafe for MsrEntry
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