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