Struct IHttpResponseHeaderCollection_Vtbl
#[repr(C)]pub struct IHttpResponseHeaderCollection_Vtbl {Show 17 fields
pub base__: IInspectable_Vtbl,
pub Age: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAge: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Allow: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CacheControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Connection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Date: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Location: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProxyAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RetryAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRetryAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TransferEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WwwAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub TryAppendWithoutValidation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Age: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAge: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Allow: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CacheControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Connection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Date: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Location: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ProxyAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RetryAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRetryAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§TransferEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§WwwAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§TryAppendWithoutValidation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IHttpResponseHeaderCollection_Vtbl
impl RefUnwindSafe for IHttpResponseHeaderCollection_Vtbl
impl Send for IHttpResponseHeaderCollection_Vtbl
impl Sync for IHttpResponseHeaderCollection_Vtbl
impl Unpin for IHttpResponseHeaderCollection_Vtbl
impl UnwindSafe for IHttpResponseHeaderCollection_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