[][src]Struct ntapi::ntexapi::PEBS_DS_SAVE_AREA

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

Trait Implementations

impl Clone for PEBS_DS_SAVE_AREA[src]

impl Copy for PEBS_DS_SAVE_AREA[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.