Struct windows_sys::Win32::System::Diagnostics::Debug::POINTER_SEARCH_PHYSICAL
[−]#[repr(C)]pub struct POINTER_SEARCH_PHYSICAL {
pub Offset: u64,
pub Length: u64,
pub PointerMin: u64,
pub PointerMax: u64,
pub Flags: u32,
pub MatchOffsets: *mut u64,
pub MatchOffsetsSize: u32,
pub MatchOffsetsCount: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Offset: u64
Length: u64
PointerMin: u64
PointerMax: u64
Flags: u32
MatchOffsets: *mut u64
MatchOffsetsSize: u32
MatchOffsetsCount: u32
Trait Implementations
impl Clone for POINTER_SEARCH_PHYSICAL
impl Clone for POINTER_SEARCH_PHYSICAL
impl Copy for POINTER_SEARCH_PHYSICAL
Auto Trait Implementations
impl RefUnwindSafe for POINTER_SEARCH_PHYSICAL
impl !Send for POINTER_SEARCH_PHYSICAL
impl !Sync for POINTER_SEARCH_PHYSICAL
impl Unpin for POINTER_SEARCH_PHYSICAL
impl UnwindSafe for POINTER_SEARCH_PHYSICAL
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