#[repr(C)]pub struct PROCESSOR_PROFILE_CONTROL_AREA {
pub PebsDsSaveArea: PEBS_DS_SAVE_AREA,
}Fieldsยง
ยงPebsDsSaveArea: PEBS_DS_SAVE_AREATrait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESSOR_PROFILE_CONTROL_AREA
impl Send for PROCESSOR_PROFILE_CONTROL_AREA
impl Sync for PROCESSOR_PROFILE_CONTROL_AREA
impl Unpin for PROCESSOR_PROFILE_CONTROL_AREA
impl UnwindSafe for 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