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