Struct libostree_sys::OstreeDiffItem[][src]

#[repr(C)]
pub struct OstreeDiffItem { pub refcount: c_int, pub src: *mut GFile, pub target: *mut GFile, pub src_info: *mut GFileInfo, pub target_info: *mut GFileInfo, pub src_checksum: *mut c_char, pub target_checksum: *mut c_char, }

Fields

Trait Implementations

impl Copy for OstreeDiffItem
[src]

impl Clone for OstreeDiffItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OstreeDiffItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations