Struct windows::Win32::UI::Shell::IDelegateItem_Vtbl
#[repr(C)]pub struct IDelegateItem_Vtbl {
pub base__: IRelatedItem_Vtbl,
}
Fields§
§base__: IRelatedItem_Vtbl
Implementations§
§impl IDelegateItem_Vtbl
impl IDelegateItem_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDelegateItem_Vtblwhere
Identity: IDelegateItem_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDelegateItem_Vtbl
impl RefUnwindSafe for IDelegateItem_Vtbl
impl Send for IDelegateItem_Vtbl
impl Sync for IDelegateItem_Vtbl
impl Unpin for IDelegateItem_Vtbl
impl UnwindSafe for IDelegateItem_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