#[repr(C)]pub struct GetModuleBaseRequest {
pub process_id: u32,
pub module_name_offset: u32,
pub module_name_length: u32,
}Expand description
get module base request
Fields§
§process_id: u32§module_name_offset: u32§module_name_length: u32Trait Implementations§
Source§impl Clone for GetModuleBaseRequest
impl Clone for GetModuleBaseRequest
Source§fn clone(&self) -> GetModuleBaseRequest
fn clone(&self) -> GetModuleBaseRequest
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 GetModuleBaseRequest
impl Debug for GetModuleBaseRequest
impl Copy for GetModuleBaseRequest
Auto Trait Implementations§
impl Freeze for GetModuleBaseRequest
impl RefUnwindSafe for GetModuleBaseRequest
impl Send for GetModuleBaseRequest
impl Sync for GetModuleBaseRequest
impl Unpin for GetModuleBaseRequest
impl UnwindSafe for GetModuleBaseRequest
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