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