Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::PHYSICAL_TO_VIRTUAL
#[repr(C)]pub struct PHYSICAL_TO_VIRTUAL {
pub Status: u32,
pub Size: u32,
pub PdeAddress: u64,
}
Fields§
§Status: u32
§Size: u32
§PdeAddress: u64
Trait Implementations§
§impl Clone for PHYSICAL_TO_VIRTUAL
impl Clone for PHYSICAL_TO_VIRTUAL
impl Copy for PHYSICAL_TO_VIRTUAL
Auto Trait Implementations§
impl RefUnwindSafe for PHYSICAL_TO_VIRTUAL
impl Send for PHYSICAL_TO_VIRTUAL
impl Sync for PHYSICAL_TO_VIRTUAL
impl Unpin for PHYSICAL_TO_VIRTUAL
impl UnwindSafe for PHYSICAL_TO_VIRTUAL
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