#[repr(C)]pub struct DELTA_INPUT {
pub Anonymous: DELTA_INPUT_0,
pub uSize: usize,
pub Editable: BOOL,
}
Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
Anonymous: DELTA_INPUT_0
uSize: usize
Editable: BOOL
Trait Implementations
impl Clone for DELTA_INPUT
impl Clone for DELTA_INPUT
impl Copy for DELTA_INPUT
Auto Trait Implementations
impl RefUnwindSafe for DELTA_INPUT
impl !Send for DELTA_INPUT
impl !Sync for DELTA_INPUT
impl Unpin for DELTA_INPUT
impl UnwindSafe for DELTA_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more