#[repr(C)]pub struct GetModuleBaseResponse {
pub base_address: u64,
pub size: u64,
}Expand description
module base response
Fields§
§base_address: u64§size: u64Trait Implementations§
Source§impl Clone for GetModuleBaseResponse
impl Clone for GetModuleBaseResponse
Source§fn clone(&self) -> GetModuleBaseResponse
fn clone(&self) -> GetModuleBaseResponse
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 GetModuleBaseResponse
impl Debug for GetModuleBaseResponse
impl Copy for GetModuleBaseResponse
Auto Trait Implementations§
impl Freeze for GetModuleBaseResponse
impl RefUnwindSafe for GetModuleBaseResponse
impl Send for GetModuleBaseResponse
impl Sync for GetModuleBaseResponse
impl Unpin for GetModuleBaseResponse
impl UnwindSafe for GetModuleBaseResponse
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