Struct windows::Win32::Storage::VirtualDiskService::IVdsVdProvider_Vtbl
#[repr(C)]pub struct IVdsVdProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryVDisks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateVDisk: unsafe extern "system" fn(_: *mut c_void, _: *const VIRTUAL_STORAGE_TYPE, _: PCWSTR, _: PCWSTR, _: CREATE_VIRTUAL_DISK_FLAG, _: u32, _: u32, _: *const VDS_CREATE_VDISK_PARAMETERS, _: *mut *mut c_void) -> HRESULT,
pub AddVDisk: unsafe extern "system" fn(_: *mut c_void, _: *const VIRTUAL_STORAGE_TYPE, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub GetDiskFromVDisk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetVDiskFromDisk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryVDisks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateVDisk: unsafe extern "system" fn(_: *mut c_void, _: *const VIRTUAL_STORAGE_TYPE, _: PCWSTR, _: PCWSTR, _: CREATE_VIRTUAL_DISK_FLAG, _: u32, _: u32, _: *const VDS_CREATE_VDISK_PARAMETERS, _: *mut *mut c_void) -> HRESULT
§AddVDisk: unsafe extern "system" fn(_: *mut c_void, _: *const VIRTUAL_STORAGE_TYPE, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§GetDiskFromVDisk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetVDiskFromDisk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsVdProvider_Vtbl
impl IVdsVdProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsVdProvider_Vtblwhere
Identity: IVdsVdProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsVdProvider_Vtbl
impl RefUnwindSafe for IVdsVdProvider_Vtbl
impl Send for IVdsVdProvider_Vtbl
impl Sync for IVdsVdProvider_Vtbl
impl Unpin for IVdsVdProvider_Vtbl
impl UnwindSafe for IVdsVdProvider_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