#[repr(C)]pub struct IVssDifferentialSoftwareSnapshotMgmt_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddDiffArea: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64) -> HRESULT,
pub ChangeDiffAreaMaximumSize: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64) -> HRESULT,
pub QueryVolumesSupportedForDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT,
pub QueryDiffAreasForVolume: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT,
pub QueryDiffAreasOnVolume: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT,
pub QueryDiffAreasForSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddDiffArea: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64) -> HRESULT
§ChangeDiffAreaMaximumSize: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const u16, _: i64) -> HRESULT
§QueryVolumesSupportedForDiffAreas: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT
§QueryDiffAreasForVolume: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT
§QueryDiffAreasOnVolume: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut *mut c_void) -> HRESULT
§QueryDiffAreasForSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl IVssDifferentialSoftwareSnapshotMgmt_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssDifferentialSoftwareSnapshotMgmt_Vtblwhere
Identity: IVssDifferentialSoftwareSnapshotMgmt_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl RefUnwindSafe for IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl Send for IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl Sync for IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl Unpin for IVssDifferentialSoftwareSnapshotMgmt_Vtbl
impl UnwindSafe for IVssDifferentialSoftwareSnapshotMgmt_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