Struct IFocusSettings_Vtbl
#[repr(C)]pub struct IFocusSettings_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut FocusMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: FocusMode) -> HRESULT,
pub AutoFocusRange: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoFocusRange) -> HRESULT,
pub SetAutoFocusRange: unsafe extern "system" fn(_: *mut c_void, _: AutoFocusRange) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Distance: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub WaitForFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetWaitForFocus: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DisableDriverFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDisableDriverFallback: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut FocusMode) -> HRESULT
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: FocusMode) -> HRESULT
§AutoFocusRange: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoFocusRange) -> HRESULT
§SetAutoFocusRange: unsafe extern "system" fn(_: *mut c_void, _: AutoFocusRange) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Distance: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§WaitForFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetWaitForFocus: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DisableDriverFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetDisableDriverFallback: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFocusSettings_Vtbl
impl RefUnwindSafe for IFocusSettings_Vtbl
impl Send for IFocusSettings_Vtbl
impl Sync for IFocusSettings_Vtbl
impl Unpin for IFocusSettings_Vtbl
impl UnwindSafe for IFocusSettings_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