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