Struct DELTA_HEADER_INFO
#[repr(C)]pub struct DELTA_HEADER_INFO {
pub FileTypeSet: i64,
pub FileType: i64,
pub Flags: i64,
pub TargetSize: usize,
pub TargetFileTime: FILETIME,
pub TargetHashAlgId: ALG_ID,
pub TargetHash: DELTA_HASH,
}
Fields§
§FileTypeSet: i64
§FileType: i64
§Flags: i64
§TargetSize: usize
§TargetFileTime: FILETIME
§TargetHashAlgId: ALG_ID
§TargetHash: DELTA_HASH
Trait Implementations§
§impl Clone for DELTA_HEADER_INFO
impl Clone for DELTA_HEADER_INFO
§fn clone(&self) -> DELTA_HEADER_INFO
fn clone(&self) -> DELTA_HEADER_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DELTA_HEADER_INFO
Auto Trait Implementations§
impl Freeze for DELTA_HEADER_INFO
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§
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