#[repr(C)]pub struct CpuidEntry2 {
pub function: u32,
pub index: u32,
pub flags: u32,
pub eax: u32,
pub ebx: u32,
pub ecx: u32,
pub edx: u32,
pub padding: [u32; 3],
}
Fields§
§function: u32
§index: u32
§flags: u32
§eax: u32
§ebx: u32
§ecx: u32
§edx: u32
§padding: [u32; 3]
Trait Implementations§
Source§impl Clone for CpuidEntry2
impl Clone for CpuidEntry2
Source§impl Default for CpuidEntry2
impl Default for CpuidEntry2
impl Copy for CpuidEntry2
Auto Trait Implementations§
impl Freeze for CpuidEntry2
impl RefUnwindSafe for CpuidEntry2
impl Send for CpuidEntry2
impl Sync for CpuidEntry2
impl Unpin for CpuidEntry2
impl UnwindSafe for CpuidEntry2
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