Struct windows_sys::Win32::System::Diagnostics::Debug::PHYSICAL_TO_VIRTUAL
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
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
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