Struct windows::Win32::Storage::VirtualDiskService::IVdsStoragePool_Vtbl
#[repr(C)]pub struct IVdsStoragePool_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_STORAGE_POOL_PROP) -> HRESULT,
pub GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_POOL_ATTRIBUTES) -> HRESULT,
pub QueryDriveExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_STORAGE_POOL_DRIVE_EXTENT, _: *mut i32) -> HRESULT,
pub QueryAllocatedLuns: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryAllocatedStoragePools: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_STORAGE_POOL_PROP) -> HRESULT
§GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_POOL_ATTRIBUTES) -> HRESULT
§QueryDriveExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_STORAGE_POOL_DRIVE_EXTENT, _: *mut i32) -> HRESULT
§QueryAllocatedLuns: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryAllocatedStoragePools: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsStoragePool_Vtbl
impl IVdsStoragePool_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsStoragePool_Vtblwhere
Identity: IVdsStoragePool_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsStoragePool_Vtbl
impl RefUnwindSafe for IVdsStoragePool_Vtbl
impl Send for IVdsStoragePool_Vtbl
impl Sync for IVdsStoragePool_Vtbl
impl Unpin for IVdsStoragePool_Vtbl
impl UnwindSafe for IVdsStoragePool_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