Struct DOS_IMAGE_INFO
#[repr(C)]pub struct DOS_IMAGE_INFO {
pub PdbName: PCSTR,
pub ImageBaseAddress: u64,
pub ImageSize: u32,
pub Timestamp: u32,
}
Fields§
§PdbName: PCSTR
§ImageBaseAddress: u64
§ImageSize: u32
§Timestamp: u32
Trait Implementations§
§impl Clone for DOS_IMAGE_INFO
impl Clone for DOS_IMAGE_INFO
§fn clone(&self) -> DOS_IMAGE_INFO
fn clone(&self) -> DOS_IMAGE_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DOS_IMAGE_INFO
Auto Trait Implementations§
impl Freeze for DOS_IMAGE_INFO
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§
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