[][src]Struct alpm_sys_fork::_alpm_delta_t

#[repr(C)]
pub struct _alpm_delta_t {
    pub delta: *mut c_char,
    pub delta_md5: *mut c_char,
    pub from: *mut c_char,
    pub to: *mut c_char,
    pub delta_size: off_t,
    pub download_size: off_t,
}

Package upgrade delta

Fields

delta: *mut c_char

filename of the delta patch

delta_md5: *mut c_char

md5sum of the delta file

from: *mut c_char

filename of the 'before' file

to: *mut c_char

filename of the 'after' file

delta_size: off_t

filesize of the delta file

download_size: off_t

download filesize of the delta file

Trait Implementations

impl Clone for _alpm_delta_t[src]

impl Copy for _alpm_delta_t[src]

impl Debug for _alpm_delta_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]