#[repr(C)]pub struct SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX {
pub Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
pub Size: u32,
pub Anonymous: SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX_0,
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP
Size: u32
Anonymous: SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX_0
Trait Implementations
impl Copy for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
impl Send for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
impl Sync for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
impl Unpin for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
impl UnwindSafe for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
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