Struct windows::Win32::Storage::Imapi::IFileSystemImageResult_Vtbl
#[repr(C)]pub struct IFileSystemImageResult_Vtbl {
pub base__: IDispatch_Vtbl,
pub ImageStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProgressItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TotalBlocks: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub BlockSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DiscId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ImageStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProgressItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TotalBlocks: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§BlockSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§DiscId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFileSystemImageResult_Vtbl
impl IFileSystemImageResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFileSystemImageResult_Vtblwhere
Identity: IFileSystemImageResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileSystemImageResult_Vtbl
impl RefUnwindSafe for IFileSystemImageResult_Vtbl
impl Send for IFileSystemImageResult_Vtbl
impl Sync for IFileSystemImageResult_Vtbl
impl Unpin for IFileSystemImageResult_Vtbl
impl UnwindSafe for IFileSystemImageResult_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