#[repr(C)]pub struct ITaskSettings3Vtbl {
pub parent: ITaskSettingsVtbl,
pub get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT,
pub put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: VARIANT_BOOL) -> HRESULT,
pub get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT,
pub put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT,
pub get_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT,
pub put_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *const IMaintenanceSettings) -> HRESULT,
pub CreateMaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT,
pub get_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: *mut VARIANT_BOOL) -> HRESULT,
pub put_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: VARIANT_BOOL) -> HRESULT,
}
Fields§
§parent: ITaskSettingsVtbl
§get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT
§put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: VARIANT_BOOL) -> HRESULT
§get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT
§put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT
§get_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT
§put_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *const IMaintenanceSettings) -> HRESULT
§CreateMaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT
§get_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: *mut VARIANT_BOOL) -> HRESULT
§put_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: VARIANT_BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITaskSettings3Vtbl
impl RefUnwindSafe for ITaskSettings3Vtbl
impl Send for ITaskSettings3Vtbl
impl Sync for ITaskSettings3Vtbl
impl Unpin for ITaskSettings3Vtbl
impl UnwindSafe for ITaskSettings3Vtbl
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