pub struct DownloadileProgressCallbackContextWrapper(pub NonNull<DownloadFileProgressCallbackContext>);
Tuple Fields§
§0: NonNull<DownloadFileProgressCallbackContext>
Trait Implementations§
impl Send for DownloadileProgressCallbackContextWrapper
Auto Trait Implementations§
impl Freeze for DownloadileProgressCallbackContextWrapper
impl RefUnwindSafe for DownloadileProgressCallbackContextWrapper
impl !Sync for DownloadileProgressCallbackContextWrapper
impl Unpin for DownloadileProgressCallbackContextWrapper
impl UnwindSafe for DownloadileProgressCallbackContextWrapper
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