#[repr(C)]pub struct INTERNET_CACHE_TIMESTAMPS {
pub ftExpires: FILETIME,
pub ftLastModified: FILETIME,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
ftExpires: FILETIME
ftLastModified: FILETIME
Trait Implementations
impl Clone for INTERNET_CACHE_TIMESTAMPS
impl Clone for INTERNET_CACHE_TIMESTAMPS
impl Copy for INTERNET_CACHE_TIMESTAMPS
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_CACHE_TIMESTAMPS
impl Send for INTERNET_CACHE_TIMESTAMPS
impl Sync for INTERNET_CACHE_TIMESTAMPS
impl Unpin for INTERNET_CACHE_TIMESTAMPS
impl UnwindSafe for INTERNET_CACHE_TIMESTAMPS
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