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

#[repr(C)]
pub struct IMaintenanceSettingsVtbl { pub parent: IDispatchVtbl, pub put_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT, pub get_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT, pub put_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT, pub get_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT, pub put_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: VARIANT_BOOL) -> HRESULT, pub get_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut VARIANT_BOOL) -> HRESULT, }

Fields

parent: IDispatchVtblput_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULTget_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULTput_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULTget_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULTput_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: VARIANT_BOOL) -> HRESULTget_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.