Struct libgit2_sys::git_transfer_progress[][src]

#[repr(C)]
pub struct git_transfer_progress { pub total_objects: c_uint, pub indexed_objects: c_uint, pub received_objects: c_uint, pub local_objects: c_uint, pub total_deltas: c_uint, pub indexed_deltas: c_uint, pub received_bytes: size_t, }

Fields

Trait Implementations

impl Copy for git_transfer_progress
[src]

impl Clone for git_transfer_progress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations