Struct IActionCollection_Vtbl
#[repr(C)]pub struct IActionCollection_Vtbl {
pub base__: IDispatch_Vtbl,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub XmlText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetXmlText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: TASK_ACTION_TYPE, _: *mut *mut c_void) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§XmlText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetXmlText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Create: unsafe extern "system" fn(_: *mut c_void, _: TASK_ACTION_TYPE, _: *mut *mut c_void) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IActionCollection_Vtbl
impl IActionCollection_Vtbl
pub const fn new<Identity: IActionCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActionCollection_Vtbl
impl RefUnwindSafe for IActionCollection_Vtbl
impl Send for IActionCollection_Vtbl
impl Sync for IActionCollection_Vtbl
impl Unpin for IActionCollection_Vtbl
impl UnwindSafe for IActionCollection_Vtbl
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