Struct ostree_sys::OstreeCommitSizesEntry
source · [−]#[repr(C)]pub struct OstreeCommitSizesEntry {
pub checksum: *mut c_char,
pub objtype: OstreeObjectType,
pub unpacked: u64,
pub archived: u64,
}Fields
checksum: *mut c_charobjtype: OstreeObjectTypeunpacked: u64archived: u64Trait Implementations
sourceimpl Clone for OstreeCommitSizesEntry
impl Clone for OstreeCommitSizesEntry
sourcefn clone(&self) -> OstreeCommitSizesEntry
fn clone(&self) -> OstreeCommitSizesEntry
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 OstreeCommitSizesEntry
impl Debug for OstreeCommitSizesEntry
impl Copy for OstreeCommitSizesEntry
Auto Trait Implementations
impl RefUnwindSafe for OstreeCommitSizesEntry
impl !Send for OstreeCommitSizesEntry
impl !Sync for OstreeCommitSizesEntry
impl Unpin for OstreeCommitSizesEntry
impl UnwindSafe for OstreeCommitSizesEntry
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