#[repr(C)]pub struct IUIAutomationRangeValuePattern {
pub lpVtbl: *const IUIAutomationRangeValuePatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationRangeValuePatternVtbl
Implementations§
Source§impl IUIAutomationRangeValuePattern
impl IUIAutomationRangeValuePattern
pub unsafe fn SetValue(&self, val: c_double) -> HRESULT
pub unsafe fn get_CurrentValue(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CurrentIsReadOnly(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentMaximum(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CurrentMinimum(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CurrentLargeChange(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CurrentSmallChange(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CachedValue(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CachedIsReadOnly(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedMaximum(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CachedMinimum(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CachedLargeChange(&self, retVal: *mut c_double) -> HRESULT
pub unsafe fn get_CachedSmallChange(&self, retVal: *mut c_double) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationRangeValuePattern
impl RefUnwindSafe for IUIAutomationRangeValuePattern
impl !Send for IUIAutomationRangeValuePattern
impl !Sync for IUIAutomationRangeValuePattern
impl Unpin for IUIAutomationRangeValuePattern
impl UnwindSafe for IUIAutomationRangeValuePattern
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