#[repr(C)]pub struct PATCH_INTERLEAVE_MAP {
pub CountRanges: u32,
pub Range: [PATCH_INTERLEAVE_MAP_0; 1],
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
CountRanges: u32
Range: [PATCH_INTERLEAVE_MAP_0; 1]
Trait Implementations
impl Clone for PATCH_INTERLEAVE_MAP
impl Clone for PATCH_INTERLEAVE_MAP
impl Copy for PATCH_INTERLEAVE_MAP
Auto Trait Implementations
impl RefUnwindSafe for PATCH_INTERLEAVE_MAP
impl Send for PATCH_INTERLEAVE_MAP
impl Sync for PATCH_INTERLEAVE_MAP
impl Unpin for PATCH_INTERLEAVE_MAP
impl UnwindSafe for PATCH_INTERLEAVE_MAP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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