Struct windows_sys::Win32::Networking::HttpServer::HTTP_CACHE_POLICY
[−]#[repr(C)]pub struct HTTP_CACHE_POLICY {
pub Policy: HTTP_CACHE_POLICY_TYPE,
pub SecondsToLive: u32,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
Policy: HTTP_CACHE_POLICY_TYPE
SecondsToLive: u32
Trait Implementations
impl Clone for HTTP_CACHE_POLICY
impl Clone for HTTP_CACHE_POLICY
impl Copy for HTTP_CACHE_POLICY
Auto Trait Implementations
impl RefUnwindSafe for HTTP_CACHE_POLICY
impl Send for HTTP_CACHE_POLICY
impl Sync for HTTP_CACHE_POLICY
impl Unpin for HTTP_CACHE_POLICY
impl UnwindSafe for HTTP_CACHE_POLICY
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