#[repr(C)]pub struct IUIAutomationObjectModelPattern {
pub lpVtbl: *const IUIAutomationObjectModelPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationObjectModelPatternVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationObjectModelPattern
impl RefUnwindSafe for IUIAutomationObjectModelPattern
impl !Send for IUIAutomationObjectModelPattern
impl !Sync for IUIAutomationObjectModelPattern
impl Unpin for IUIAutomationObjectModelPattern
impl UnwindSafe for IUIAutomationObjectModelPattern
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