Struct IRegionsOfInterestControl_Vtbl
#[repr(C)]pub struct IRegionsOfInterestControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxRegions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetRegionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRegionsWithLockAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
pub ClearRegionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AutoFocusSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub AutoWhiteBalanceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub AutoExposureSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§MaxRegions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetRegionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRegionsWithLockAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT§ClearRegionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AutoFocusSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§AutoWhiteBalanceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§AutoExposureSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IRegionsOfInterestControl_Vtbl
impl RefUnwindSafe for IRegionsOfInterestControl_Vtbl
impl Send for IRegionsOfInterestControl_Vtbl
impl Sync for IRegionsOfInterestControl_Vtbl
impl Unpin for IRegionsOfInterestControl_Vtbl
impl UnwindSafe for IRegionsOfInterestControl_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