Struct IFrameFlashControl_Vtbl
#[repr(C)]pub struct IFrameFlashControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut FrameFlashMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: FrameFlashMode) -> HRESULT,
pub Auto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAuto: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RedEyeReduction: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRedEyeReduction: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PowerPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetPowerPercent: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut FrameFlashMode) -> HRESULT§SetMode: unsafe extern "system" fn(_: *mut c_void, _: FrameFlashMode) -> HRESULT§Auto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetAuto: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§RedEyeReduction: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetRedEyeReduction: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§PowerPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetPowerPercent: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for IFrameFlashControl_Vtbl
impl RefUnwindSafe for IFrameFlashControl_Vtbl
impl Send for IFrameFlashControl_Vtbl
impl Sync for IFrameFlashControl_Vtbl
impl Unpin for IFrameFlashControl_Vtbl
impl UnwindSafe for IFrameFlashControl_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