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