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