Struct windows::Win32::Storage::Vss::IVssHardwareSnapshotProvider_Vtbl
#[repr(C)]pub struct IVssHardwareSnapshotProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub AreLunsSupported: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *const *const u16, _: *mut VDS_LUN_INFORMATION, _: *mut BOOL) -> HRESULT,
pub FillInLunInfo: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut VDS_LUN_INFORMATION, _: *mut BOOL) -> HRESULT,
pub BeginPrepareSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: i32, _: i32, _: *const *const u16, _: *mut VDS_LUN_INFORMATION) -> HRESULT,
pub GetTargetLuns: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const *const u16, _: *const VDS_LUN_INFORMATION, _: *mut VDS_LUN_INFORMATION) -> HRESULT,
pub LocateLuns: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const VDS_LUN_INFORMATION) -> HRESULT,
pub OnLunEmpty: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const VDS_LUN_INFORMATION) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AreLunsSupported: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *const *const u16, _: *mut VDS_LUN_INFORMATION, _: *mut BOOL) -> HRESULT
§FillInLunInfo: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut VDS_LUN_INFORMATION, _: *mut BOOL) -> HRESULT
§BeginPrepareSnapshot: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID, _: i32, _: i32, _: *const *const u16, _: *mut VDS_LUN_INFORMATION) -> HRESULT
§GetTargetLuns: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const *const u16, _: *const VDS_LUN_INFORMATION, _: *mut VDS_LUN_INFORMATION) -> HRESULT
§LocateLuns: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const VDS_LUN_INFORMATION) -> HRESULT
§OnLunEmpty: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *const VDS_LUN_INFORMATION) -> HRESULT
Implementations§
§impl IVssHardwareSnapshotProvider_Vtbl
impl IVssHardwareSnapshotProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssHardwareSnapshotProvider_Vtblwhere
Identity: IVssHardwareSnapshotProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssHardwareSnapshotProvider_Vtbl
impl RefUnwindSafe for IVssHardwareSnapshotProvider_Vtbl
impl Send for IVssHardwareSnapshotProvider_Vtbl
impl Sync for IVssHardwareSnapshotProvider_Vtbl
impl Unpin for IVssHardwareSnapshotProvider_Vtbl
impl UnwindSafe for IVssHardwareSnapshotProvider_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