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: u32Trait 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§
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