#[repr(C)]pub struct WinCtx {
pub process: ProcessData,
pub offsets: WinOffsets,
pub ntKernel: u64,
pub ntVersion: u16,
pub ntBuild: u32,
pub ntExports: WinExportList,
pub initialProcess: WinProc,
}Fields§
§process: ProcessData§offsets: WinOffsets§ntKernel: u64§ntVersion: u16§ntBuild: u32§ntExports: WinExportList§initialProcess: WinProcTrait Implementations§
impl Copy for WinCtx
impl Send for WinCtx
impl Sync for WinCtx
Auto Trait Implementations§
impl Freeze for WinCtx
impl RefUnwindSafe for WinCtx
impl Unpin for WinCtx
impl UnwindSafe for WinCtx
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