Struct windows::Media::Core::IFaceDetectionEffectDefinition_Vtbl
#[repr(C)]pub struct IFaceDetectionEffectDefinition_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetDetectionMode: unsafe extern "system" fn(_: *mut c_void, _: FaceDetectionMode) -> HRESULT,
pub DetectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut FaceDetectionMode) -> HRESULT,
pub SetSynchronousDetectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SynchronousDetectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetDetectionMode: unsafe extern "system" fn(_: *mut c_void, _: FaceDetectionMode) -> HRESULT
§DetectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut FaceDetectionMode) -> HRESULT
§SetSynchronousDetectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SynchronousDetectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFaceDetectionEffectDefinition_Vtbl
impl RefUnwindSafe for IFaceDetectionEffectDefinition_Vtbl
impl Send for IFaceDetectionEffectDefinition_Vtbl
impl Sync for IFaceDetectionEffectDefinition_Vtbl
impl Unpin for IFaceDetectionEffectDefinition_Vtbl
impl UnwindSafe for IFaceDetectionEffectDefinition_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