#[repr(C)]pub struct DownloadUpdate {
pub is_size: bool,
pub size: usize,
}Fields§
§is_size: bool§size: usizeAuto Trait Implementations§
impl Freeze for DownloadUpdate
impl RefUnwindSafe for DownloadUpdate
impl Send for DownloadUpdate
impl Sync for DownloadUpdate
impl Unpin for DownloadUpdate
impl UnwindSafe for DownloadUpdate
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