Struct windows::Win32::Storage::Imapi::IProgressItem_Vtbl
#[repr(C)]pub struct IProgressItem_Vtbl {
pub base__: IDispatch_Vtbl,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub FirstBlock: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub LastBlock: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub BlockCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§FirstBlock: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§LastBlock: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§BlockCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IProgressItem_Vtbl
impl IProgressItem_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProgressItem_Vtblwhere
Identity: IProgressItem_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProgressItem_Vtbl
impl RefUnwindSafe for IProgressItem_Vtbl
impl Send for IProgressItem_Vtbl
impl Sync for IProgressItem_Vtbl
impl Unpin for IProgressItem_Vtbl
impl UnwindSafe for IProgressItem_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