Struct windows::Win32::Storage::Imapi::IFsiItem_Vtbl
#[repr(C)]pub struct IFsiItem_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub FullPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub CreationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetCreationTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub LastAccessedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetLastAccessedTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub LastModifiedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetLastModifiedTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub IsHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIsHidden: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub FileSystemName: unsafe extern "system" fn(_: *mut c_void, _: FsiFileSystems, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub FileSystemPath: unsafe extern "system" fn(_: *mut c_void, _: FsiFileSystems, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§FullPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§CreationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetCreationTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§LastAccessedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetLastAccessedTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§LastModifiedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetLastModifiedTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§IsHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIsHidden: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§FileSystemName: unsafe extern "system" fn(_: *mut c_void, _: FsiFileSystems, _: *mut MaybeUninit<BSTR>) -> HRESULT
§FileSystemPath: unsafe extern "system" fn(_: *mut c_void, _: FsiFileSystems, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFsiItem_Vtbl
impl IFsiItem_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsiItem_Vtblwhere
Identity: IFsiItem_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsiItem_Vtbl
impl RefUnwindSafe for IFsiItem_Vtbl
impl Send for IFsiItem_Vtbl
impl Sync for IFsiItem_Vtbl
impl Unpin for IFsiItem_Vtbl
impl UnwindSafe for IFsiItem_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