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