#[repr(C)]pub struct IDStorageStatusArray_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsComplete: unsafe extern "system" fn(*mut c_void, u32) -> bool,
pub GetHResult: unsafe extern "system" fn(*mut c_void, u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§IsComplete: unsafe extern "system" fn(*mut c_void, u32) -> bool§GetHResult: unsafe extern "system" fn(*mut c_void, u32) -> HRESULTImplementations§
Auto Trait Implementations§
impl Freeze for IDStorageStatusArray_Vtbl
impl RefUnwindSafe for IDStorageStatusArray_Vtbl
impl Send for IDStorageStatusArray_Vtbl
impl Sync for IDStorageStatusArray_Vtbl
impl Unpin for IDStorageStatusArray_Vtbl
impl UnwindSafe for IDStorageStatusArray_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