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