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

#[repr(C)]
pub struct IActionVtbl { pub parent: IDispatchVtbl, pub get_Id: unsafe extern "system" fn(This: *mut IAction, pId: *mut BSTR) -> HRESULT, pub put_Id: unsafe extern "system" fn(This: *mut IAction, pId: BSTR) -> HRESULT, pub get_Type: unsafe extern "system" fn(This: *mut IAction, pType: *mut TASK_ACTION_TYPE) -> HRESULT, }

Fields

parent: IDispatchVtblget_Id: unsafe extern "system" fn(This: *mut IAction, pId: *mut BSTR) -> HRESULTput_Id: unsafe extern "system" fn(This: *mut IAction, pId: BSTR) -> HRESULTget_Type: unsafe extern "system" fn(This: *mut IAction, pType: *mut TASK_ACTION_TYPE) -> 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.