Struct windows_sys::Win32::Networking::WinInet::APP_CACHE_DOWNLOAD_ENTRY
#[repr(C)]pub struct APP_CACHE_DOWNLOAD_ENTRY {
pub pwszUrl: PWSTR,
pub dwEntryType: u32,
}
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§
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