Struct IUIAutomationRangeValuePattern_Vtbl
#[repr(C)]pub struct IUIAutomationRangeValuePattern_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub CurrentValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentIsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentLargeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentSmallChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedIsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedLargeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedSmallChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§CurrentValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentIsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentLargeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentSmallChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedIsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedLargeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedSmallChange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IUIAutomationRangeValuePattern_Vtbl
impl IUIAutomationRangeValuePattern_Vtbl
pub const fn new<Identity: IUIAutomationRangeValuePattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationRangeValuePattern_Vtbl
impl RefUnwindSafe for IUIAutomationRangeValuePattern_Vtbl
impl Send for IUIAutomationRangeValuePattern_Vtbl
impl Sync for IUIAutomationRangeValuePattern_Vtbl
impl Unpin for IUIAutomationRangeValuePattern_Vtbl
impl UnwindSafe for IUIAutomationRangeValuePattern_Vtbl
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