[][src]Struct winapi::um::taskschd::ITaskSettings2Vtbl

#[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: IDispatchVtblget_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: *mut VARIANT_BOOL) -> HRESULTput_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: VARIANT_BOOL) -> HRESULTget_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULTput_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]