Struct IHttpCookie_Vtbl
#[repr(C)]pub struct IHttpCookie_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Expires: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetExpires: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub HttpOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Secure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSecure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Expires: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetExpires: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§HttpOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Secure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetSecure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHttpCookie_Vtbl
impl RefUnwindSafe for IHttpCookie_Vtbl
impl Send for IHttpCookie_Vtbl
impl Sync for IHttpCookie_Vtbl
impl Unpin for IHttpCookie_Vtbl
impl UnwindSafe for IHttpCookie_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