Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"
Fields
lpcStart: *const c_void
lpStart: *mut c_void
Trait Implementations
impl Clone for DELTA_INPUT_0
impl Clone for DELTA_INPUT_0
impl Copy for DELTA_INPUT_0
Auto Trait Implementations
impl RefUnwindSafe for DELTA_INPUT_0
impl !Send for DELTA_INPUT_0
impl !Sync for DELTA_INPUT_0
impl Unpin for DELTA_INPUT_0
impl UnwindSafe for DELTA_INPUT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more