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