Struct windows_sys::Win32::Networking::WinInet::APP_CACHE_DOWNLOAD_LIST
[−]#[repr(C)]pub struct APP_CACHE_DOWNLOAD_LIST {
pub dwEntryCount: u32,
pub pEntries: *mut APP_CACHE_DOWNLOAD_ENTRY,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
dwEntryCount: u32
pEntries: *mut APP_CACHE_DOWNLOAD_ENTRY
Trait Implementations
impl Clone for APP_CACHE_DOWNLOAD_LIST
impl Clone for APP_CACHE_DOWNLOAD_LIST
impl Copy for APP_CACHE_DOWNLOAD_LIST
Auto Trait Implementations
impl RefUnwindSafe for APP_CACHE_DOWNLOAD_LIST
impl !Send for APP_CACHE_DOWNLOAD_LIST
impl !Sync for APP_CACHE_DOWNLOAD_LIST
impl Unpin for APP_CACHE_DOWNLOAD_LIST
impl UnwindSafe for APP_CACHE_DOWNLOAD_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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