#[repr(C)]pub struct IUIAutomationStylesPattern {
pub lpVtbl: *const IUIAutomationStylesPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationStylesPatternVtbl
Implementations§
Source§impl IUIAutomationStylesPattern
impl IUIAutomationStylesPattern
pub unsafe fn get_CurrentStyleId(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CurrentStyleName(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CurrentFillColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CurrentFillPatternStyle(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CurrentShape(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CurrentFillPatternColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CurrentExtendedProperties(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn GetCurrentExtendedPropertiesAsArray( &self, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int, ) -> HRESULT
pub unsafe fn get_CachedStyleId(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CachedStyleName(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CachedFillColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CachedFillPatternStyle(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CachedShape(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_CachedFillPatternColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_CachedExtendedProperties(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn GetCachedExtendedPropertiesAsArray( &self, propertyArray: *mut *mut ExtendedProperty, propertyCount: *mut c_int, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationStylesPattern
impl Deref for IUIAutomationStylesPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationStylesPattern
impl RefUnwindSafe for IUIAutomationStylesPattern
impl !Send for IUIAutomationStylesPattern
impl !Sync for IUIAutomationStylesPattern
impl Unpin for IUIAutomationStylesPattern
impl UnwindSafe for IUIAutomationStylesPattern
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