[][src]Struct ostree_sys::OstreeRepoTransactionStats

#[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: u64

Trait Implementations

impl Clone for OstreeRepoTransactionStats[src]

impl Copy for OstreeRepoTransactionStats[src]

impl Debug for OstreeRepoTransactionStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.