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