#[repr(C)]pub struct ITaskSettings2Vtbl {
pub parent: IDispatchVtbl,
pub get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT,
pub put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: VARIANT_BOOL) -> HRESULT,
pub get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT,
pub put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT
§put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: VARIANT_BOOL) -> HRESULT
§get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT
§put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITaskSettings2Vtbl
impl RefUnwindSafe for ITaskSettings2Vtbl
impl Send for ITaskSettings2Vtbl
impl Sync for ITaskSettings2Vtbl
impl Unpin for ITaskSettings2Vtbl
impl UnwindSafe for ITaskSettings2Vtbl
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