Struct IHttpCacheDirectiveHeaderValueCollection_Vtbl
#[repr(C)]pub struct IHttpCacheDirectiveHeaderValueCollection_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub MaxStale: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMaxStale: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub MinFresh: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMinFresh: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SharedMaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSharedMaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ParseAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TryParseAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMaxAge: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§MaxStale: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMaxStale: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§MinFresh: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMinFresh: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ParseAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§TryParseAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHttpCacheDirectiveHeaderValueCollection_Vtbl
impl RefUnwindSafe for IHttpCacheDirectiveHeaderValueCollection_Vtbl
impl Send for IHttpCacheDirectiveHeaderValueCollection_Vtbl
impl Sync for IHttpCacheDirectiveHeaderValueCollection_Vtbl
impl Unpin for IHttpCacheDirectiveHeaderValueCollection_Vtbl
impl UnwindSafe for IHttpCacheDirectiveHeaderValueCollection_Vtbl
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