Struct windows_sys::Win32::System::Diagnostics::Debug::GET_TEB_ADDRESS
[−]#[repr(C)]pub struct GET_TEB_ADDRESS {
pub Address: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Address: u64
Trait Implementations
impl Clone for GET_TEB_ADDRESS
impl Clone for GET_TEB_ADDRESS
impl Copy for GET_TEB_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for GET_TEB_ADDRESS
impl Send for GET_TEB_ADDRESS
impl Sync for GET_TEB_ADDRESS
impl Unpin for GET_TEB_ADDRESS
impl UnwindSafe for GET_TEB_ADDRESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more