Struct IAdvancedVideoCaptureDeviceController4_Vtbl
#[repr(C)]pub struct IAdvancedVideoCaptureDeviceController4_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExposurePriorityVideoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DesiredOptimization: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaCaptureOptimization) -> HRESULT,
pub SetDesiredOptimization: unsafe extern "system" fn(_: *mut c_void, _: MediaCaptureOptimization) -> HRESULT,
pub HdrVideoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OpticalImageStabilizationControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AdvancedPhotoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExposurePriorityVideoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DesiredOptimization: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaCaptureOptimization) -> HRESULT
§SetDesiredOptimization: unsafe extern "system" fn(_: *mut c_void, _: MediaCaptureOptimization) -> HRESULT
§HdrVideoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OpticalImageStabilizationControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AdvancedPhotoControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAdvancedVideoCaptureDeviceController4_Vtbl
impl RefUnwindSafe for IAdvancedVideoCaptureDeviceController4_Vtbl
impl Send for IAdvancedVideoCaptureDeviceController4_Vtbl
impl Sync for IAdvancedVideoCaptureDeviceController4_Vtbl
impl Unpin for IAdvancedVideoCaptureDeviceController4_Vtbl
impl UnwindSafe for IAdvancedVideoCaptureDeviceController4_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