#[repr(C)]pub struct _PROCESSOR_RELATIONSHIP {
pub Flags: BYTE,
pub EfficiencyClass: BYTE,
pub Reserved: [BYTE; 20],
pub GroupCount: WORD,
pub GroupMask: [GROUP_AFFINITY; 1],
}
Fields§
§Flags: BYTE
§EfficiencyClass: BYTE
§Reserved: [BYTE; 20]
§GroupCount: WORD
§GroupMask: [GROUP_AFFINITY; 1]
Trait Implementations§
Source§impl Clone for _PROCESSOR_RELATIONSHIP
impl Clone for _PROCESSOR_RELATIONSHIP
Source§fn clone(&self) -> _PROCESSOR_RELATIONSHIP
fn clone(&self) -> _PROCESSOR_RELATIONSHIP
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _PROCESSOR_RELATIONSHIP
impl Debug for _PROCESSOR_RELATIONSHIP
Source§impl Ord for _PROCESSOR_RELATIONSHIP
impl Ord for _PROCESSOR_RELATIONSHIP
Source§fn cmp(&self, other: &_PROCESSOR_RELATIONSHIP) -> Ordering
fn cmp(&self, other: &_PROCESSOR_RELATIONSHIP) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _PROCESSOR_RELATIONSHIP
impl PartialEq for _PROCESSOR_RELATIONSHIP
Source§impl PartialOrd for _PROCESSOR_RELATIONSHIP
impl PartialOrd for _PROCESSOR_RELATIONSHIP
impl Copy for _PROCESSOR_RELATIONSHIP
impl Eq for _PROCESSOR_RELATIONSHIP
impl StructuralPartialEq for _PROCESSOR_RELATIONSHIP
Auto Trait Implementations§
impl Freeze for _PROCESSOR_RELATIONSHIP
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§
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