Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::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,
}
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
§fn clone(&self) -> POINTER_SEARCH_PHYSICAL
fn clone(&self) -> POINTER_SEARCH_PHYSICAL
Returns a copy 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 moreimpl Copy for POINTER_SEARCH_PHYSICAL
Auto Trait Implementations§
impl Freeze for POINTER_SEARCH_PHYSICAL
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)