[−][src]Struct winapi::um::winnt::IMAGE_VXD_HEADER
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 Copy for IMAGE_VXD_HEADER[src]
impl Clone for IMAGE_VXD_HEADER[src]
fn clone(&self) -> IMAGE_VXD_HEADER[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for IMAGE_VXD_HEADER
impl Sync for IMAGE_VXD_HEADER
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,