#[repr(C)]pub struct GROUP_RELATIONSHIP {
pub MaximumGroupCount: u16,
pub ActiveGroupCount: u16,
pub Reserved: [u8; 20],
pub GroupInfo: [PROCESSOR_GROUP_INFO; 1],
}Fields§
§MaximumGroupCount: u16§ActiveGroupCount: u16§Reserved: [u8; 20]§GroupInfo: [PROCESSOR_GROUP_INFO; 1]Trait Implementations§
Source§impl Abi for GROUP_RELATIONSHIP
impl Abi for GROUP_RELATIONSHIP
Source§type Abi = GROUP_RELATIONSHIP
type Abi = GROUP_RELATIONSHIP
The abi representation of the implementing type. Read more
type DefaultType = GROUP_RELATIONSHIP
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for GROUP_RELATIONSHIP
impl Clone for GROUP_RELATIONSHIP
Source§fn clone(&self) -> GROUP_RELATIONSHIP
fn clone(&self) -> GROUP_RELATIONSHIP
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GROUP_RELATIONSHIP
Source§impl Debug for GROUP_RELATIONSHIP
impl Debug for GROUP_RELATIONSHIP
Source§impl Default for GROUP_RELATIONSHIP
impl Default for GROUP_RELATIONSHIP
impl Eq for GROUP_RELATIONSHIP
Auto Trait Implementations§
impl Freeze for GROUP_RELATIONSHIP
impl RefUnwindSafe for GROUP_RELATIONSHIP
impl Send for GROUP_RELATIONSHIP
impl Sync for GROUP_RELATIONSHIP
impl Unpin for GROUP_RELATIONSHIP
impl UnsafeUnpin for GROUP_RELATIONSHIP
impl UnwindSafe for GROUP_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