[][src]Struct vmread_sys_kmod::WinOffsets

#[repr(C)]pub struct WinOffsets {
    pub apl: i64,
    pub session: i64,
    pub stackCount: i64,
    pub imageFileName: i64,
    pub dirBase: i64,
    pub peb: i64,
    pub peb32: i64,
    pub threadListHead: i64,
    pub threadListEntry: i64,
    pub teb: i64,
}

Fields

apl: i64session: i64stackCount: i64imageFileName: i64dirBase: i64peb: i64peb32: i64threadListHead: i64threadListEntry: i64teb: i64

Trait Implementations

impl Clone for WinOffsets[src]

impl Copy for WinOffsets[src]

impl Debug for WinOffsets[src]

impl Default for WinOffsets[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.