#[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 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