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