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
const IID: Guid
type Vtable = IUIAutomationScrollPattern_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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