#[repr(C)]pub struct IUIAutomationExpandCollapsePattern {
pub lpVtbl: *const IUIAutomationExpandCollapsePatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationExpandCollapsePatternVtbl
Implementations§
Source§impl IUIAutomationExpandCollapsePattern
impl IUIAutomationExpandCollapsePattern
pub unsafe fn Expand(&self) -> HRESULT
pub unsafe fn Collapse(&self) -> HRESULT
pub unsafe fn get_CurrentExpandCollapseState( &self, retVal: *mut ExpandCollapseState, ) -> HRESULT
pub unsafe fn get_CachedExpandCollapseState( &self, retVal: *mut ExpandCollapseState, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationExpandCollapsePattern
impl RefUnwindSafe for IUIAutomationExpandCollapsePattern
impl !Send for IUIAutomationExpandCollapsePattern
impl !Sync for IUIAutomationExpandCollapsePattern
impl Unpin for IUIAutomationExpandCollapsePattern
impl UnwindSafe for IUIAutomationExpandCollapsePattern
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