#[repr(C)]pub struct IUIAutomationValuePattern {
pub lpVtbl: *const IUIAutomationValuePatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationValuePatternVtbl
Implementations§
Source§impl IUIAutomationValuePattern
impl IUIAutomationValuePattern
pub unsafe fn SetValue(&self, val: BSTR) -> HRESULT
pub unsafe fn get_CurrentValue(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CurrentIsReadOnly(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedValue(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CachedIsReadOnly(&self, retVal: *mut BOOL) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationValuePattern
impl Deref for IUIAutomationValuePattern
Auto Trait Implementations§
impl Freeze for IUIAutomationValuePattern
impl RefUnwindSafe for IUIAutomationValuePattern
impl !Send for IUIAutomationValuePattern
impl !Sync for IUIAutomationValuePattern
impl Unpin for IUIAutomationValuePattern
impl UnwindSafe for IUIAutomationValuePattern
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