#[repr(C)]pub struct OstreeCommitSizesEntry {
pub checksum: *mut c_char,
pub objtype: OstreeObjectType,
pub unpacked: u64,
pub archived: u64,
}Fields§
§checksum: *mut c_char§objtype: OstreeObjectType§unpacked: u64§archived: u64Trait Implementations§
Source§impl Clone for OstreeCommitSizesEntry
impl Clone for OstreeCommitSizesEntry
Source§fn clone(&self) -> OstreeCommitSizesEntry
fn clone(&self) -> OstreeCommitSizesEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OstreeCommitSizesEntry
impl Debug for OstreeCommitSizesEntry
impl Copy for OstreeCommitSizesEntry
Auto Trait Implementations§
impl Freeze for OstreeCommitSizesEntry
impl RefUnwindSafe for OstreeCommitSizesEntry
impl !Send for OstreeCommitSizesEntry
impl !Sync for OstreeCommitSizesEntry
impl Unpin for OstreeCommitSizesEntry
impl UnwindSafe for OstreeCommitSizesEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more