Struct windows_sys::Win32::Networking::WinInet::APP_CACHE_GROUP_INFO
[−]#[repr(C)]pub struct APP_CACHE_GROUP_INFO {
pub pwszManifestUrl: PWSTR,
pub ftLastAccessTime: FILETIME,
pub ullSize: u64,
}
Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
pwszManifestUrl: PWSTR
ftLastAccessTime: FILETIME
ullSize: u64
Trait Implementations
impl Clone for APP_CACHE_GROUP_INFO
impl Clone for APP_CACHE_GROUP_INFO
impl Copy for APP_CACHE_GROUP_INFO
Auto Trait Implementations
impl RefUnwindSafe for APP_CACHE_GROUP_INFO
impl !Send for APP_CACHE_GROUP_INFO
impl !Sync for APP_CACHE_GROUP_INFO
impl Unpin for APP_CACHE_GROUP_INFO
impl UnwindSafe for APP_CACHE_GROUP_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more