#[repr(C)]pub struct QueryProcessResponse {
pub base_address: u64,
pub peb_address: u64,
pub cr3: u64,
pub is_wow64: u8,
}Expand description
query process info response
Fields§
§base_address: u64§peb_address: u64§cr3: u64§is_wow64: u8Trait Implementations§
Source§impl Clone for QueryProcessResponse
impl Clone for QueryProcessResponse
Source§fn clone(&self) -> QueryProcessResponse
fn clone(&self) -> QueryProcessResponse
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 QueryProcessResponse
impl Debug for QueryProcessResponse
impl Copy for QueryProcessResponse
Auto Trait Implementations§
impl Freeze for QueryProcessResponse
impl RefUnwindSafe for QueryProcessResponse
impl Send for QueryProcessResponse
impl Sync for QueryProcessResponse
impl Unpin for QueryProcessResponse
impl UnwindSafe for QueryProcessResponse
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