pub struct IUIAutomationStylesPattern(/* private fields */);Implementations§
Source§impl IUIAutomationStylesPattern
impl IUIAutomationStylesPattern
pub unsafe fn get_CurrentStyleId(&self) -> Result<i32, Error>
pub unsafe fn get_CurrentStyleName(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentFillColor(&self) -> Result<i32, Error>
pub unsafe fn get_CurrentFillPatternStyle(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentShape(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentFillPatternColor(&self) -> Result<i32, Error>
pub unsafe fn get_CurrentExtendedProperties(&self) -> Result<BSTR, Error>
pub unsafe fn GetCurrentExtendedPropertiesAsArray( &self, propertyarray: *mut *mut ExtendedProperty, propertycount: *mut i32, ) -> Result<(), Error>
pub unsafe fn get_CachedStyleId(&self) -> Result<i32, Error>
pub unsafe fn get_CachedStyleName(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedFillColor(&self) -> Result<i32, Error>
pub unsafe fn get_CachedFillPatternStyle(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedShape(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedFillPatternColor(&self) -> Result<i32, Error>
pub unsafe fn get_CachedExtendedProperties(&self) -> Result<BSTR, Error>
pub unsafe fn GetCachedExtendedPropertiesAsArray( &self, propertyarray: *mut *mut ExtendedProperty, propertycount: *mut i32, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for IUIAutomationStylesPattern
impl Clone for IUIAutomationStylesPattern
Source§fn clone(&self) -> IUIAutomationStylesPattern
fn clone(&self) -> IUIAutomationStylesPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IUIAutomationStylesPattern
impl Debug for IUIAutomationStylesPattern
Source§impl Interface for IUIAutomationStylesPattern
impl Interface for IUIAutomationStylesPattern
impl Eq for IUIAutomationStylesPattern
impl StructuralPartialEq 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