Struct IPersistFolder3_Vtbl
#[repr(C)]pub struct IPersistFolder3_Vtbl {
    pub base__: IPersistFolder2_Vtbl,
    pub InitializeEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST, _: *const PERSIST_FOLDER_TARGET_INFO) -> HRESULT,
    pub GetFolderTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PERSIST_FOLDER_TARGET_INFO) -> HRESULT,
}Fields§
§base__: IPersistFolder2_Vtbl§InitializeEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST, _: *const PERSIST_FOLDER_TARGET_INFO) -> HRESULT§GetFolderTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PERSIST_FOLDER_TARGET_INFO) -> HRESULTImplementations§
§impl IPersistFolder3_Vtbl
 
impl IPersistFolder3_Vtbl
pub const fn new<Identity: IPersistFolder3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPersistFolder3_Vtbl
impl RefUnwindSafe for IPersistFolder3_Vtbl
impl Send for IPersistFolder3_Vtbl
impl Sync for IPersistFolder3_Vtbl
impl Unpin for IPersistFolder3_Vtbl
impl UnwindSafe for IPersistFolder3_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