#[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_int§src: *mut GFile§target: *mut GFile§src_info: *mut GFileInfo§target_info: *mut GFileInfo§src_checksum: *mut c_char§target_checksum: *mut c_charTrait Implementations§
Source§impl Clone for OstreeDiffItem
impl Clone for OstreeDiffItem
Source§fn clone(&self) -> OstreeDiffItem
fn clone(&self) -> OstreeDiffItem
Returns a duplicate 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 moreSource§impl Debug for OstreeDiffItem
impl Debug for OstreeDiffItem
impl Copy for OstreeDiffItem
Auto Trait Implementations§
impl Freeze for OstreeDiffItem
impl RefUnwindSafe for OstreeDiffItem
impl !Send for OstreeDiffItem
impl !Sync for OstreeDiffItem
impl Unpin for OstreeDiffItem
impl UnwindSafe for OstreeDiffItem
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