#[repr(C)]
pub struct PATCH_OPTION_DATA { pub SizeOfThisStruct: u32, pub SymbolOptionFlags: u32, pub NewFileSymbolPath: PCSTR, pub OldFileSymbolPathArray: *mut PSTR, pub ExtendedOptionFlags: u32, pub SymLoadCallback: PPATCH_SYMLOAD_CALLBACK, pub SymLoadContext: *mut c_void, pub InterleaveMapArray: *mut *mut PATCH_INTERLEAVE_MAP, pub MaxLzxWindowSize: u32, }
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing", "Win32_Foundation"

Fields

SizeOfThisStruct: u32SymbolOptionFlags: u32NewFileSymbolPath: PCSTROldFileSymbolPathArray: *mut PSTRExtendedOptionFlags: u32SymLoadCallback: PPATCH_SYMLOAD_CALLBACKSymLoadContext: *mut c_voidInterleaveMapArray: *mut *mut PATCH_INTERLEAVE_MAPMaxLzxWindowSize: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.