#[repr(C)]pub struct IVssDifferentialSoftwareSnapshotMgmt2_Vtbl {
pub base__: IVssDifferentialSoftwareSnapshotMgmt_Vtbl,
pub ChangeDiffAreaMaximumSizeEx: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64, _: BOOL) -> HRESULT,
pub MigrateDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: *const u16) -> HRESULT,
pub QueryMigrationStatus: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: *mut *mut c_void) -> HRESULT,
pub SetSnapshotPriority: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u8) -> HRESULT,
}
Fields§
§base__: IVssDifferentialSoftwareSnapshotMgmt_Vtbl
§ChangeDiffAreaMaximumSizeEx: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64, _: BOOL) -> HRESULT
§MigrateDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: *const u16) -> HRESULT
§QueryMigrationStatus: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: *mut *mut c_void) -> HRESULT
§SetSnapshotPriority: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u8) -> HRESULT
Implementations§
§impl IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssDifferentialSoftwareSnapshotMgmt2_Vtblwhere
Identity: IVssDifferentialSoftwareSnapshotMgmt2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl RefUnwindSafe for IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl Send for IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl Sync for IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl Unpin for IVssDifferentialSoftwareSnapshotMgmt2_Vtbl
impl UnwindSafe for IVssDifferentialSoftwareSnapshotMgmt2_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