pub struct StripStats {
pub original_size: u64,
pub final_size: u64,
pub files_kept: u64,
pub files_removed: u64,
}Expand description
Result statistics from stripping.
Fields§
§original_size: u64§final_size: u64§files_kept: u64§files_removed: u64Auto Trait Implementations§
impl Freeze for StripStats
impl RefUnwindSafe for StripStats
impl Send for StripStats
impl Sync for StripStats
impl Unpin for StripStats
impl UnsafeUnpin for StripStats
impl UnwindSafe for StripStats
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