#[repr(C)]pub struct PROCESSOR_RELATIONSHIP {
pub Flags: u8,
pub EfficiencyClass: u8,
pub Reserved: [u8; 20],
pub GroupCount: u16,
pub GroupMask: [GROUP_AFFINITY; 1],
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields
Flags: u8
EfficiencyClass: u8
Reserved: [u8; 20]
GroupCount: u16
GroupMask: [GROUP_AFFINITY; 1]
Trait Implementations
impl Clone for PROCESSOR_RELATIONSHIP
impl Clone for PROCESSOR_RELATIONSHIP
impl Copy for PROCESSOR_RELATIONSHIP
Auto Trait Implementations
impl RefUnwindSafe for PROCESSOR_RELATIONSHIP
impl Send for PROCESSOR_RELATIONSHIP
impl Sync for PROCESSOR_RELATIONSHIP
impl Unpin for PROCESSOR_RELATIONSHIP
impl UnwindSafe for PROCESSOR_RELATIONSHIP
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