Struct ntapi::ntexapi::PEBS_DS_SAVE_AREA  
source · [−]#[repr(C)]pub struct PEBS_DS_SAVE_AREA {
    pub BtsBufferBase: ULONGLONG,
    pub BtsIndex: ULONGLONG,
    pub BtsAbsoluteMaximum: ULONGLONG,
    pub BtsInterruptThreshold: ULONGLONG,
    pub PebsBufferBase: ULONGLONG,
    pub PebsIndex: ULONGLONG,
    pub PebsAbsoluteMaximum: ULONGLONG,
    pub PebsInterruptThreshold: ULONGLONG,
    pub PebsCounterReset0: ULONGLONG,
    pub PebsCounterReset1: ULONGLONG,
    pub PebsCounterReset2: ULONGLONG,
    pub PebsCounterReset3: ULONGLONG,
}Fields
BtsBufferBase: ULONGLONGBtsIndex: ULONGLONGBtsAbsoluteMaximum: ULONGLONGBtsInterruptThreshold: ULONGLONGPebsBufferBase: ULONGLONGPebsIndex: ULONGLONGPebsAbsoluteMaximum: ULONGLONGPebsInterruptThreshold: ULONGLONGPebsCounterReset0: ULONGLONGPebsCounterReset1: ULONGLONGPebsCounterReset2: ULONGLONGPebsCounterReset3: ULONGLONGTrait Implementations
sourceimpl Clone for PEBS_DS_SAVE_AREA
 
impl Clone for PEBS_DS_SAVE_AREA
sourcefn clone(&self) -> PEBS_DS_SAVE_AREA
 
fn clone(&self) -> PEBS_DS_SAVE_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 PEBS_DS_SAVE_AREA
Auto Trait Implementations
impl RefUnwindSafe for PEBS_DS_SAVE_AREA
impl Send for PEBS_DS_SAVE_AREA
impl Sync for PEBS_DS_SAVE_AREA
impl Unpin for PEBS_DS_SAVE_AREA
impl UnwindSafe for PEBS_DS_SAVE_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