#[repr(C)]pub struct IUIAutomationExpandCollapsePattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub Expand: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Collapse: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CurrentExpandCollapseState: unsafe extern "system" fn(_: *mut c_void, _: *mut ExpandCollapseState) -> HRESULT,
pub CachedExpandCollapseState: unsafe extern "system" fn(_: *mut c_void, _: *mut ExpandCollapseState) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Expand: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Collapse: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CurrentExpandCollapseState: unsafe extern "system" fn(_: *mut c_void, _: *mut ExpandCollapseState) -> HRESULT
§CachedExpandCollapseState: unsafe extern "system" fn(_: *mut c_void, _: *mut ExpandCollapseState) -> HRESULT
Implementations§
§impl IUIAutomationExpandCollapsePattern_Vtbl
impl IUIAutomationExpandCollapsePattern_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAutomationExpandCollapsePattern_Vtblwhere
Identity: IUIAutomationExpandCollapsePattern_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationExpandCollapsePattern_Vtbl
impl RefUnwindSafe for IUIAutomationExpandCollapsePattern_Vtbl
impl Send for IUIAutomationExpandCollapsePattern_Vtbl
impl Sync for IUIAutomationExpandCollapsePattern_Vtbl
impl Unpin for IUIAutomationExpandCollapsePattern_Vtbl
impl UnwindSafe for IUIAutomationExpandCollapsePattern_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