Struct windows_sys::Win32::System::SystemInformation::GROUP_AFFINITY
[−]Expand description
Required features: ‘Win32_System_SystemInformation’
Fields
Mask: usize
Group: u16
Reserved: [u16; 3]
Trait Implementations
impl Clone for GROUP_AFFINITY
impl Clone for GROUP_AFFINITY
impl Copy for GROUP_AFFINITY
Auto Trait Implementations
impl RefUnwindSafe for GROUP_AFFINITY
impl Send for GROUP_AFFINITY
impl Sync for GROUP_AFFINITY
impl Unpin for GROUP_AFFINITY
impl UnwindSafe for GROUP_AFFINITY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more