Struct ostree_sys::OstreeRepoTransactionStats
source · [−]#[repr(C)]pub struct OstreeRepoTransactionStats {
pub metadata_objects_total: c_uint,
pub metadata_objects_written: c_uint,
pub content_objects_total: c_uint,
pub content_objects_written: c_uint,
pub content_bytes_written: u64,
pub devino_cache_hits: c_uint,
pub padding1: c_uint,
pub padding2: u64,
pub padding3: u64,
pub padding4: u64,
}Fields
metadata_objects_total: c_uintmetadata_objects_written: c_uintcontent_objects_total: c_uintcontent_objects_written: c_uintcontent_bytes_written: u64devino_cache_hits: c_uintpadding1: c_uintpadding2: u64padding3: u64padding4: u64Trait Implementations
sourceimpl Clone for OstreeRepoTransactionStats
impl Clone for OstreeRepoTransactionStats
sourcefn clone(&self) -> OstreeRepoTransactionStats
fn clone(&self) -> OstreeRepoTransactionStats
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 OstreeRepoTransactionStats
impl Debug for OstreeRepoTransactionStats
impl Copy for OstreeRepoTransactionStats
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoTransactionStats
impl Send for OstreeRepoTransactionStats
impl Sync for OstreeRepoTransactionStats
impl Unpin for OstreeRepoTransactionStats
impl UnwindSafe for OstreeRepoTransactionStats
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