Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::GET_CURRENT_PROCESS_ADDRESS
#[repr(C)]pub struct GET_CURRENT_PROCESS_ADDRESS {
pub Processor: u32,
pub CurrentThread: u64,
pub Address: u64,
}Fields§
§Processor: u32§CurrentThread: u64§Address: u64Trait Implementations§
§impl Clone for GET_CURRENT_PROCESS_ADDRESS
impl Clone for GET_CURRENT_PROCESS_ADDRESS
impl Copy for GET_CURRENT_PROCESS_ADDRESS
Auto Trait Implementations§
impl RefUnwindSafe for GET_CURRENT_PROCESS_ADDRESS
impl Send for GET_CURRENT_PROCESS_ADDRESS
impl Sync for GET_CURRENT_PROCESS_ADDRESS
impl Unpin for GET_CURRENT_PROCESS_ADDRESS
impl UnwindSafe for GET_CURRENT_PROCESS_ADDRESS
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