Struct IFrameController_Vtbl
#[repr(C)]pub struct IFrameController_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExposureControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExposureCompensationControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsoSpeedControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FocusControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PhotoConfirmationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPhotoConfirmationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExposureControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExposureCompensationControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsoSpeedControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FocusControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PhotoConfirmationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPhotoConfirmationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFrameController_Vtbl
impl RefUnwindSafe for IFrameController_Vtbl
impl Send for IFrameController_Vtbl
impl Sync for IFrameController_Vtbl
impl Unpin for IFrameController_Vtbl
impl UnwindSafe for IFrameController_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