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