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