Struct IRegionOfInterest_Vtbl
#[repr(C)]pub struct IRegionOfInterest_Vtbl {
pub base__: IInspectable_Vtbl,
pub AutoFocusEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutoFocusEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AutoWhiteBalanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutoWhiteBalanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AutoExposureEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutoExposureEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub SetBounds: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AutoFocusEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutoFocusEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AutoWhiteBalanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutoWhiteBalanceEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AutoExposureEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutoExposureEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§SetBounds: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRegionOfInterest_Vtbl
impl RefUnwindSafe for IRegionOfInterest_Vtbl
impl Send for IRegionOfInterest_Vtbl
impl Sync for IRegionOfInterest_Vtbl
impl Unpin for IRegionOfInterest_Vtbl
impl UnwindSafe for IRegionOfInterest_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