Struct IFrameControlCapabilities_Vtbl
#[repr(C)]pub struct IFrameControlCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub Exposure: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExposureCompensation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsoSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Focus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PhotoConfirmationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Exposure: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExposureCompensation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsoSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Focus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PhotoConfirmationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFrameControlCapabilities_Vtbl
impl RefUnwindSafe for IFrameControlCapabilities_Vtbl
impl Send for IFrameControlCapabilities_Vtbl
impl Sync for IFrameControlCapabilities_Vtbl
impl Unpin for IFrameControlCapabilities_Vtbl
impl UnwindSafe for IFrameControlCapabilities_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