Struct IHttpSecurity_Vtbl
#[repr(C)]pub struct IHttpSecurity_Vtbl {
pub base__: IWindowForBindingUI_Vtbl,
pub OnSecurityProblem: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IWindowForBindingUI_Vtbl
§OnSecurityProblem: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IHttpSecurity_Vtbl
impl IHttpSecurity_Vtbl
pub const fn new<Identity: IHttpSecurity_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHttpSecurity_Vtbl
impl RefUnwindSafe for IHttpSecurity_Vtbl
impl Send for IHttpSecurity_Vtbl
impl Sync for IHttpSecurity_Vtbl
impl Unpin for IHttpSecurity_Vtbl
impl UnwindSafe for IHttpSecurity_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