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