#[repr(C)]pub struct INTERNET_CACHE_CONFIG_PATH_ENTRYA {
pub CachePath: [CHAR; 260],
pub dwCacheSize: u32,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
CachePath: [CHAR; 260]
dwCacheSize: u32
Trait Implementations
impl Clone for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl Clone for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl Copy for INTERNET_CACHE_CONFIG_PATH_ENTRYA
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl Send for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl Sync for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl Unpin for INTERNET_CACHE_CONFIG_PATH_ENTRYA
impl UnwindSafe for INTERNET_CACHE_CONFIG_PATH_ENTRYA
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