Struct windows::Win32::Storage::Imapi::IFsiDirectoryItem2_Vtbl
#[repr(C)]pub struct IFsiDirectoryItem2_Vtbl {
pub base__: IFsiDirectoryItem_Vtbl,
pub AddTreeWithNamedStreams: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IFsiDirectoryItem_Vtbl
§AddTreeWithNamedStreams: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IFsiDirectoryItem2_Vtbl
impl IFsiDirectoryItem2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsiDirectoryItem2_Vtblwhere
Identity: IFsiDirectoryItem2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsiDirectoryItem2_Vtbl
impl RefUnwindSafe for IFsiDirectoryItem2_Vtbl
impl Send for IFsiDirectoryItem2_Vtbl
impl Sync for IFsiDirectoryItem2_Vtbl
impl Unpin for IFsiDirectoryItem2_Vtbl
impl UnwindSafe for IFsiDirectoryItem2_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