Struct windows::Win32::UI::Shell::IHlinkTarget_Vtbl
#[repr(C)]pub struct IHlinkTarget_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Navigate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub GetMoniker: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetMoniker: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IHlinkTarget_Vtbl
impl IHlinkTarget_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHlinkTarget_Vtblwhere
Identity: IHlinkTarget_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHlinkTarget_Vtbl
impl RefUnwindSafe for IHlinkTarget_Vtbl
impl Send for IHlinkTarget_Vtbl
impl Sync for IHlinkTarget_Vtbl
impl Unpin for IHlinkTarget_Vtbl
impl UnwindSafe for IHlinkTarget_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