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,
}Fields§
§dwEntryCount: u32§pEntries: *mut APP_CACHE_DOWNLOAD_ENTRYTrait 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§
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