#[repr(C)]pub struct COINSTALLER_CONTEXT_DATA {
pub PostProcessing: BOOL,
pub InstallResult: u32,
pub PrivateData: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PostProcessing: BOOL
§InstallResult: u32
§PrivateData: *mut c_void
Trait Implementations§
§impl Clone for COINSTALLER_CONTEXT_DATA
impl Clone for COINSTALLER_CONTEXT_DATA
impl Copy for COINSTALLER_CONTEXT_DATA
Auto Trait Implementations§
impl RefUnwindSafe for COINSTALLER_CONTEXT_DATA
impl !Send for COINSTALLER_CONTEXT_DATA
impl !Sync for COINSTALLER_CONTEXT_DATA
impl Unpin for COINSTALLER_CONTEXT_DATA
impl UnwindSafe for COINSTALLER_CONTEXT_DATA
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