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