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