#[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: i64§session: i64§stackCount: i64§imageFileName: i64§dirBase: i64§peb: i64§peb32: i64§threadListHead: i64§threadListEntry: i64§teb: i64Trait Implementations§
Source§impl Clone for WinOffsets
impl Clone for WinOffsets
Source§fn clone(&self) -> WinOffsets
fn clone(&self) -> WinOffsets
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WinOffsets
impl Debug for WinOffsets
Source§impl Default for WinOffsets
impl Default for WinOffsets
Source§fn default() -> WinOffsets
fn default() -> WinOffsets
Returns the “default value” for a type. Read more
impl Copy for WinOffsets
Auto Trait Implementations§
impl Freeze for WinOffsets
impl RefUnwindSafe for WinOffsets
impl Send for WinOffsets
impl Sync for WinOffsets
impl Unpin for WinOffsets
impl UnwindSafe for WinOffsets
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