pub struct IUIAutomationScrollPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationScrollPattern
impl IUIAutomationScrollPattern
pub unsafe fn Scroll( &self, horizontalamount: ScrollAmount, verticalamount: ScrollAmount, ) -> Result<()>
pub unsafe fn SetScrollPercent( &self, horizontalpercent: f64, verticalpercent: f64, ) -> Result<()>
pub unsafe fn get_CurrentHorizontalScrollPercent(&self) -> Result<f64>
pub unsafe fn get_CurrentVerticalScrollPercent(&self) -> Result<f64>
pub unsafe fn get_CurrentHorizontalViewSize(&self) -> Result<f64>
pub unsafe fn get_CurrentVerticalViewSize(&self) -> Result<f64>
pub unsafe fn get_CurrentHorizontallyScrollable(&self) -> Result<BOOL>
pub unsafe fn get_CurrentVerticallyScrollable(&self) -> Result<BOOL>
pub unsafe fn get_CachedHorizontalScrollPercent(&self) -> Result<f64>
pub unsafe fn get_CachedVerticalScrollPercent(&self) -> Result<f64>
pub unsafe fn get_CachedHorizontalViewSize(&self) -> Result<f64>
pub unsafe fn get_CachedVerticalViewSize(&self) -> Result<f64>
pub unsafe fn get_CachedHorizontallyScrollable(&self) -> Result<BOOL>
pub unsafe fn get_CachedVerticallyScrollable(&self) -> Result<BOOL>
Trait Implementations§
Source§impl Clone for IUIAutomationScrollPattern
impl Clone for IUIAutomationScrollPattern
Source§fn clone(&self) -> IUIAutomationScrollPattern
fn clone(&self) -> IUIAutomationScrollPattern
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 IUIAutomationScrollPattern
impl Debug for IUIAutomationScrollPattern
Source§impl From<&IUIAutomationScrollPattern> for IUnknown
impl From<&IUIAutomationScrollPattern> for IUnknown
Source§fn from(value: &IUIAutomationScrollPattern) -> Self
fn from(value: &IUIAutomationScrollPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationScrollPattern> for IUnknown
impl From<IUIAutomationScrollPattern> for IUnknown
Source§fn from(value: IUIAutomationScrollPattern) -> Self
fn from(value: IUIAutomationScrollPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationScrollPattern
impl Interface for IUIAutomationScrollPattern
impl Eq for IUIAutomationScrollPattern
impl StructuralPartialEq for IUIAutomationScrollPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationScrollPattern
impl RefUnwindSafe for IUIAutomationScrollPattern
impl !Send for IUIAutomationScrollPattern
impl !Sync for IUIAutomationScrollPattern
impl Unpin for IUIAutomationScrollPattern
impl UnwindSafe for IUIAutomationScrollPattern
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