Struct winapi::um::winnt::IMAGE_VXD_HEADER [−][src]
Fields
e32_magic: WORDe32_border: BYTEe32_worder: BYTEe32_level: DWORDe32_cpu: WORDe32_os: WORDe32_ver: DWORDe32_mflags: DWORDe32_mpages: DWORDe32_startobj: DWORDe32_eip: DWORDe32_stackobj: DWORDe32_esp: DWORDe32_pagesize: DWORDe32_lastpagesize: DWORDe32_fixupsize: DWORDe32_fixupsum: DWORDe32_ldrsize: DWORDe32_ldrsum: DWORDe32_objtab: DWORDe32_objcnt: DWORDe32_objmap: DWORDe32_itermap: DWORDe32_rsrctab: DWORDe32_rsrccnt: DWORDe32_restab: DWORDe32_enttab: DWORDe32_dirtab: DWORDe32_dircnt: DWORDe32_fpagetab: DWORDe32_frectab: DWORDe32_impmod: DWORDe32_impmodcnt: DWORDe32_impproc: DWORDe32_pagesum: DWORDe32_datapage: DWORDe32_preload: DWORDe32_nrestab: DWORDe32_cbnrestab: DWORDe32_nressum: DWORDe32_autodata: DWORDe32_debuginfo: DWORDe32_debuglen: DWORDe32_instpreload: DWORDe32_instdemand: DWORDe32_heapsize: DWORDe32_res3: [BYTE; 12]e32_winresoff: DWORDe32_winreslen: DWORDe32_devid: WORDe32_ddkver: WORDTrait Implementations
impl Clone for IMAGE_VXD_HEADER[src]
fn clone(&self) -> IMAGE_VXD_HEADER[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IMAGE_VXD_HEADER[src]
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_VXD_HEADER
impl Send for IMAGE_VXD_HEADER
impl Sync for IMAGE_VXD_HEADER
impl Unpin for IMAGE_VXD_HEADER
impl UnwindSafe for IMAGE_VXD_HEADER
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,