#[repr(C)]pub struct _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA {
pub ProcessorProfileControlArea: PROCESSOR_PROFILE_CONTROL_AREA,
pub Allocate: BOOLEAN,
}Fields§
§ProcessorProfileControlArea: PROCESSOR_PROFILE_CONTROL_AREA§Allocate: BOOLEANTrait Implementations§
Auto Trait Implementations§
impl Freeze for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
impl RefUnwindSafe for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
impl Send for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
impl Sync for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
impl Unpin for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
impl UnwindSafe for _SYSTEM_PROCESSOR_PROFILE_CONTROL_AREA
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