Struct windows::Win32::Storage::VirtualDiskService::IVdsHwProvider_Vtbl
#[repr(C)]pub struct IVdsHwProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub QuerySubSystems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Reenumerate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QuerySubSystems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Reenumerate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IVdsHwProvider_Vtbl
impl IVdsHwProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsHwProvider_Vtblwhere
Identity: IVdsHwProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsHwProvider_Vtbl
impl RefUnwindSafe for IVdsHwProvider_Vtbl
impl Send for IVdsHwProvider_Vtbl
impl Sync for IVdsHwProvider_Vtbl
impl Unpin for IVdsHwProvider_Vtbl
impl UnwindSafe for IVdsHwProvider_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