Struct windows::Win32::UI::Shell::IHlinkFrame_Vtbl
#[repr(C)]pub struct IHlinkFrame_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, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnNavigate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub UpdateHlink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR) -> 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
§UpdateHlink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl IHlinkFrame_Vtbl
impl IHlinkFrame_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHlinkFrame_Vtblwhere
Identity: IHlinkFrame_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHlinkFrame_Vtbl
impl RefUnwindSafe for IHlinkFrame_Vtbl
impl Send for IHlinkFrame_Vtbl
impl Sync for IHlinkFrame_Vtbl
impl Unpin for IHlinkFrame_Vtbl
impl UnwindSafe for IHlinkFrame_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