#[repr(C)]pub struct ShumateTileDownloader { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateTileDownloader
impl RefUnwindSafe for ShumateTileDownloader
impl !Send for ShumateTileDownloader
impl !Sync for ShumateTileDownloader
impl !Unpin for ShumateTileDownloader
impl UnwindSafe for ShumateTileDownloader
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