Struct IFocusControl_Vtbl
#[repr(C)]pub struct IFocusControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SupportedPresets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Preset: unsafe extern "system" fn(_: *mut c_void, _: *mut FocusPreset) -> HRESULT,
pub SetPresetAsync: unsafe extern "system" fn(_: *mut c_void, _: FocusPreset, _: *mut *mut c_void) -> HRESULT,
pub SetPresetWithCompletionOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: FocusPreset, _: bool, _: *mut *mut c_void) -> HRESULT,
pub Min: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Max: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Step: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetValueAsync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub FocusAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SupportedPresets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Preset: unsafe extern "system" fn(_: *mut c_void, _: *mut FocusPreset) -> HRESULT§SetPresetAsync: unsafe extern "system" fn(_: *mut c_void, _: FocusPreset, _: *mut *mut c_void) -> HRESULT§SetPresetWithCompletionOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: FocusPreset, _: bool, _: *mut *mut c_void) -> HRESULT§Min: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Max: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Step: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetValueAsync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§FocusAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IFocusControl_Vtbl
impl RefUnwindSafe for IFocusControl_Vtbl
impl Send for IFocusControl_Vtbl
impl Sync for IFocusControl_Vtbl
impl Unpin for IFocusControl_Vtbl
impl UnwindSafe for IFocusControl_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