Struct IUIAutomationTogglePattern_Vtbl
#[repr(C)]pub struct IUIAutomationTogglePattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub Toggle: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CurrentToggleState: unsafe extern "system" fn(_: *mut c_void, _: *mut ToggleState) -> HRESULT,
pub CachedToggleState: unsafe extern "system" fn(_: *mut c_void, _: *mut ToggleState) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Toggle: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CurrentToggleState: unsafe extern "system" fn(_: *mut c_void, _: *mut ToggleState) -> HRESULT
§CachedToggleState: unsafe extern "system" fn(_: *mut c_void, _: *mut ToggleState) -> HRESULT
Implementations§
§impl IUIAutomationTogglePattern_Vtbl
impl IUIAutomationTogglePattern_Vtbl
pub const fn new<Identity: IUIAutomationTogglePattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationTogglePattern_Vtbl
impl RefUnwindSafe for IUIAutomationTogglePattern_Vtbl
impl Send for IUIAutomationTogglePattern_Vtbl
impl Sync for IUIAutomationTogglePattern_Vtbl
impl Unpin for IUIAutomationTogglePattern_Vtbl
impl UnwindSafe for IUIAutomationTogglePattern_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