#[repr(C)]pub struct IVdsHwProviderStoragePools_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryStoragePools: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64, _: *const VDS_POOL_ATTRIBUTES, _: *mut *mut c_void) -> HRESULT,
pub CreateLunInStoragePool: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: u64, _: GUID, _: PCWSTR, _: *const VDS_HINTS2, _: *mut *mut c_void) -> HRESULT,
pub QueryMaxLunCreateSizeInStoragePool: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: GUID, _: *const VDS_HINTS2, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryStoragePools: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64, _: *const VDS_POOL_ATTRIBUTES, _: *mut *mut c_void) -> HRESULT
§CreateLunInStoragePool: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: u64, _: GUID, _: PCWSTR, _: *const VDS_HINTS2, _: *mut *mut c_void) -> HRESULT
§QueryMaxLunCreateSizeInStoragePool: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: GUID, _: *const VDS_HINTS2, _: *mut u64) -> HRESULT
Implementations§
§impl IVdsHwProviderStoragePools_Vtbl
impl IVdsHwProviderStoragePools_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsHwProviderStoragePools_Vtblwhere
Identity: IVdsHwProviderStoragePools_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsHwProviderStoragePools_Vtbl
impl RefUnwindSafe for IVdsHwProviderStoragePools_Vtbl
impl Send for IVdsHwProviderStoragePools_Vtbl
impl Sync for IVdsHwProviderStoragePools_Vtbl
impl Unpin for IVdsHwProviderStoragePools_Vtbl
impl UnwindSafe for IVdsHwProviderStoragePools_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