pub struct ProcessInfo {
pub handle: HINSTANCE,
pub region: MemoryRegion,
}
Expand description
Struct that contains some very basic information of a executable or DLL.
Fields§
§handle: HINSTANCE
§region: MemoryRegion
Implementations§
Source§impl ProcessInfo
impl ProcessInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessInfo
impl RefUnwindSafe for ProcessInfo
impl Send for ProcessInfo
impl Sync for ProcessInfo
impl Unpin for ProcessInfo
impl UnwindSafe for ProcessInfo
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