Struct ostree_sys::OstreeRepoTransactionStats [−][src]
#[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
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
Mutably borrows from an owned value. Read more