#[repr(C)]pub struct DEBUG_PROCESSOR_IDENTIFICATION_X86 {
pub Family: u32,
pub Model: u32,
pub Stepping: u32,
pub VendorString: [CHAR; 16],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
Family: u32
Model: u32
Stepping: u32
VendorString: [CHAR; 16]
Trait Implementations
impl Clone for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl Clone for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl Copy for DEBUG_PROCESSOR_IDENTIFICATION_X86
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl Send for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl Sync for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl Unpin for DEBUG_PROCESSOR_IDENTIFICATION_X86
impl UnwindSafe for DEBUG_PROCESSOR_IDENTIFICATION_X86
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more