#[repr(C)]pub struct INTERNET_CACHE_CONFIG_INFOW {
pub dwStructSize: u32,
pub dwContainer: u32,
pub dwQuota: u32,
pub dwReserved4: u32,
pub fPerUser: BOOL,
pub dwSyncMode: u32,
pub dwNumCachePaths: u32,
pub Anonymous: INTERNET_CACHE_CONFIG_INFOW_0,
pub dwNormalUsage: u32,
pub dwExemptUsage: u32,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
dwStructSize: u32
dwContainer: u32
dwQuota: u32
dwReserved4: u32
fPerUser: BOOL
dwSyncMode: u32
dwNumCachePaths: u32
Anonymous: INTERNET_CACHE_CONFIG_INFOW_0
dwNormalUsage: u32
dwExemptUsage: u32
Trait Implementations
impl Clone for INTERNET_CACHE_CONFIG_INFOW
impl Clone for INTERNET_CACHE_CONFIG_INFOW
impl Copy for INTERNET_CACHE_CONFIG_INFOW
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_CACHE_CONFIG_INFOW
impl Send for INTERNET_CACHE_CONFIG_INFOW
impl Sync for INTERNET_CACHE_CONFIG_INFOW
impl Unpin for INTERNET_CACHE_CONFIG_INFOW
impl UnwindSafe for INTERNET_CACHE_CONFIG_INFOW
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