#[repr(C)]pub struct DELTA_HEADER_INFO {
pub FileTypeSet: i64,
pub FileType: i64,
pub Flags: i64,
pub TargetSize: usize,
pub TargetFileTime: FILETIME,
pub TargetHashAlgId: u32,
pub TargetHash: DELTA_HASH,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"
Fields
FileTypeSet: i64
FileType: i64
Flags: i64
TargetSize: usize
TargetFileTime: FILETIME
TargetHashAlgId: u32
TargetHash: DELTA_HASH
Trait Implementations
impl Clone for DELTA_HEADER_INFO
impl Clone for DELTA_HEADER_INFO
impl Copy for DELTA_HEADER_INFO
Auto Trait Implementations
impl RefUnwindSafe for DELTA_HEADER_INFO
impl Send for DELTA_HEADER_INFO
impl Sync for DELTA_HEADER_INFO
impl Unpin for DELTA_HEADER_INFO
impl UnwindSafe for DELTA_HEADER_INFO
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