Struct windows::Win32::Storage::Vss::IVssAsync_Vtbl
#[repr(C)]pub struct IVssAsync_Vtbl {
pub base__: IUnknown_Vtbl,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Wait: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub QueryStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Wait: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§QueryStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut i32) -> HRESULT
Implementations§
§impl IVssAsync_Vtbl
impl IVssAsync_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssAsync_Vtblwhere
Identity: IVssAsync_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssAsync_Vtbl
impl RefUnwindSafe for IVssAsync_Vtbl
impl Send for IVssAsync_Vtbl
impl Sync for IVssAsync_Vtbl
impl Unpin for IVssAsync_Vtbl
impl UnwindSafe for IVssAsync_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