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