Struct windows_sys::Win32::Networking::WinInet::APP_CACHE_DOWNLOAD_ENTRY
[−]Expand description
Required features: "Win32_Networking_WinInet"
Fields
pwszUrl: PWSTR
dwEntryType: u32
Trait Implementations
impl Clone for APP_CACHE_DOWNLOAD_ENTRY
impl Clone for APP_CACHE_DOWNLOAD_ENTRY
impl Copy for APP_CACHE_DOWNLOAD_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for APP_CACHE_DOWNLOAD_ENTRY
impl !Send for APP_CACHE_DOWNLOAD_ENTRY
impl !Sync for APP_CACHE_DOWNLOAD_ENTRY
impl Unpin for APP_CACHE_DOWNLOAD_ENTRY
impl UnwindSafe for APP_CACHE_DOWNLOAD_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more