#[repr(C)]pub struct CpuidEntry {
pub function: u32,
pub eax: u32,
pub ebx: u32,
pub ecx: u32,
pub edx: u32,
pub padding: u32,
}Fields§
§function: u32§eax: u32§ebx: u32§ecx: u32§edx: u32§padding: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuidEntry
impl RefUnwindSafe for CpuidEntry
impl Send for CpuidEntry
impl Sync for CpuidEntry
impl Unpin for CpuidEntry
impl UnwindSafe for CpuidEntry
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