Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::KDEXTS_PTE_INFO
#[repr(C)]pub struct KDEXTS_PTE_INFO {
pub SizeOfStruct: u32,
pub VirtualAddress: u64,
pub PpeAddress: u64,
pub PdeAddress: u64,
pub PteAddress: u64,
pub Pfn: u64,
pub Levels: u64,
pub _bitfield1: u32,
pub _bitfield2: u32,
}
Fields§
§SizeOfStruct: u32
§VirtualAddress: u64
§PpeAddress: u64
§PdeAddress: u64
§PteAddress: u64
§Pfn: u64
§Levels: u64
§_bitfield1: u32
§_bitfield2: u32
Trait Implementations§
§impl Clone for KDEXTS_PTE_INFO
impl Clone for KDEXTS_PTE_INFO
impl Copy for KDEXTS_PTE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for KDEXTS_PTE_INFO
impl Send for KDEXTS_PTE_INFO
impl Sync for KDEXTS_PTE_INFO
impl Unpin for KDEXTS_PTE_INFO
impl UnwindSafe for KDEXTS_PTE_INFO
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