pub struct ProgressDetails {
pub remaining: u32,
pub last_crc: u32,
}Fields§
§remaining: u32§last_crc: u32Auto Trait Implementations§
impl Freeze for ProgressDetails
impl RefUnwindSafe for ProgressDetails
impl Send for ProgressDetails
impl Sync for ProgressDetails
impl Unpin for ProgressDetails
impl UnwindSafe for ProgressDetails
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