Struct windows::Win32::System::Com::IUrlMon_Vtbl
#[repr(C)]pub struct IUrlMon_Vtbl {
pub base__: IUnknown_Vtbl,
pub AsyncGetClassBits: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: PCWSTR, _: *mut c_void, _: u32, _: *const GUID, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AsyncGetClassBits: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: PCWSTR, _: *mut c_void, _: u32, _: *const GUID, _: u32) -> HRESULT
Implementations§
§impl IUrlMon_Vtbl
impl IUrlMon_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUrlMon_Vtblwhere
Identity: IUrlMon_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUrlMon_Vtbl
impl RefUnwindSafe for IUrlMon_Vtbl
impl Send for IUrlMon_Vtbl
impl Sync for IUrlMon_Vtbl
impl Unpin for IUrlMon_Vtbl
impl UnwindSafe for IUrlMon_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