#[repr(C)]pub struct IVdsServiceUninstallDisk_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDiskIdFromLunInfo: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_LUN_INFORMATION, _: *mut GUID) -> HRESULT,
pub UninstallDisks: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: BOOLEAN, _: *mut u8, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDiskIdFromLunInfo: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_LUN_INFORMATION, _: *mut GUID) -> HRESULT
§UninstallDisks: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: BOOLEAN, _: *mut u8, _: *mut HRESULT) -> HRESULT
Implementations§
§impl IVdsServiceUninstallDisk_Vtbl
impl IVdsServiceUninstallDisk_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsServiceUninstallDisk_Vtblwhere
Identity: IVdsServiceUninstallDisk_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsServiceUninstallDisk_Vtbl
impl RefUnwindSafe for IVdsServiceUninstallDisk_Vtbl
impl Send for IVdsServiceUninstallDisk_Vtbl
impl Sync for IVdsServiceUninstallDisk_Vtbl
impl Unpin for IVdsServiceUninstallDisk_Vtbl
impl UnwindSafe for IVdsServiceUninstallDisk_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