Struct ostree_sys::OstreeDiffItem
source · [−]#[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
refcount: c_intsrc: *mut GFiletarget: *mut GFilesrc_info: *mut GFileInfotarget_info: *mut GFileInfosrc_checksum: *mut c_chartarget_checksum: *mut c_charTrait Implementations
sourceimpl Clone for OstreeDiffItem
impl Clone for OstreeDiffItem
sourcefn clone(&self) -> OstreeDiffItem
fn clone(&self) -> OstreeDiffItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OstreeDiffItem
impl Debug for OstreeDiffItem
impl Copy for OstreeDiffItem
Auto Trait Implementations
impl RefUnwindSafe for OstreeDiffItem
impl !Send for OstreeDiffItem
impl !Sync for OstreeDiffItem
impl Unpin for OstreeDiffItem
impl UnwindSafe for OstreeDiffItem
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