Struct IFlashControl_Vtbl
#[repr(C)]pub struct IFlashControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub PowerSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub RedEyeReductionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> 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
§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§PowerSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§RedEyeReductionSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> 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) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFlashControl_Vtbl
impl RefUnwindSafe for IFlashControl_Vtbl
impl Send for IFlashControl_Vtbl
impl Sync for IFlashControl_Vtbl
impl Unpin for IFlashControl_Vtbl
impl UnwindSafe for IFlashControl_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