Struct ntapi::ntexapi::PROCESSOR_PROFILE_CONTROL_AREA
source · [−]#[repr(C)]pub struct PROCESSOR_PROFILE_CONTROL_AREA {
pub PebsDsSaveArea: PEBS_DS_SAVE_AREA,
}
Fields
PebsDsSaveArea: PEBS_DS_SAVE_AREA
Trait Implementations
sourceimpl Clone for PROCESSOR_PROFILE_CONTROL_AREA
impl Clone for PROCESSOR_PROFILE_CONTROL_AREA
sourcefn clone(&self) -> PROCESSOR_PROFILE_CONTROL_AREA
fn clone(&self) -> PROCESSOR_PROFILE_CONTROL_AREA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESSOR_PROFILE_CONTROL_AREA
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more