#[repr(C)]pub struct Msrs {
pub nmsrs: u32,
pub pad: u32,
pub entries: [MsrEntry; 0],
}Fields§
§nmsrs: u32§pad: u32§entries: [MsrEntry; 0]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Msrs
impl RefUnwindSafe for Msrs
impl Send for Msrs
impl Sync for Msrs
impl Unpin for Msrs
impl UnwindSafe for Msrs
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