Struct windows_sys::Win32::System::Hypervisor::DOS_IMAGE_INFO
[−]#[repr(C)]pub struct DOS_IMAGE_INFO {
pub PdbName: PCSTR,
pub ImageBaseAddress: u64,
pub ImageSize: u32,
pub Timestamp: u32,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
PdbName: PCSTR
ImageBaseAddress: u64
ImageSize: u32
Timestamp: u32
Trait Implementations
impl Clone for DOS_IMAGE_INFO
impl Clone for DOS_IMAGE_INFO
impl Copy for DOS_IMAGE_INFO
Auto Trait Implementations
impl RefUnwindSafe for DOS_IMAGE_INFO
impl !Send for DOS_IMAGE_INFO
impl !Sync for DOS_IMAGE_INFO
impl Unpin for DOS_IMAGE_INFO
impl UnwindSafe for DOS_IMAGE_INFO
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