Struct windows::Win32::UI::Shell::ITravelEntry_Vtbl
#[repr(C)]pub struct ITravelEntry_Vtbl {
pub base__: IUnknown_Vtbl,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub GetPidl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
§GetPidl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT
Implementations§
§impl ITravelEntry_Vtbl
impl ITravelEntry_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITravelEntry_Vtblwhere
Identity: ITravelEntry_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITravelEntry_Vtbl
impl RefUnwindSafe for ITravelEntry_Vtbl
impl Send for ITravelEntry_Vtbl
impl Sync for ITravelEntry_Vtbl
impl Unpin for ITravelEntry_Vtbl
impl UnwindSafe for ITravelEntry_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