Struct IDesktopGadget_Vtbl
#[repr(C)]pub struct IDesktopGadget_Vtbl {
pub base__: IUnknown_Vtbl,
pub RunGadget: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RunGadget: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IDesktopGadget_Vtbl
impl IDesktopGadget_Vtbl
pub const fn new<Identity: IDesktopGadget_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDesktopGadget_Vtbl
impl RefUnwindSafe for IDesktopGadget_Vtbl
impl Send for IDesktopGadget_Vtbl
impl Sync for IDesktopGadget_Vtbl
impl Unpin for IDesktopGadget_Vtbl
impl UnwindSafe for IDesktopGadget_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