Struct IMediaCapture5_Vtbl
#[repr(C)]pub struct IMediaCapture5_Vtbl {
pub base__: IInspectable_Vtbl,
pub RemoveEffectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PauseRecordWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: MediaCapturePauseBehavior, _: *mut *mut c_void) -> HRESULT,
pub StopRecordWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FrameSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateFrameReaderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateFrameReaderWithSubtypeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateFrameReaderWithSubtypeAndSizeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BitmapSize, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RemoveEffectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PauseRecordWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: MediaCapturePauseBehavior, _: *mut *mut c_void) -> HRESULT
§StopRecordWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FrameSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateFrameReaderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateFrameReaderWithSubtypeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateFrameReaderWithSubtypeAndSizeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BitmapSize, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaCapture5_Vtbl
impl RefUnwindSafe for IMediaCapture5_Vtbl
impl Send for IMediaCapture5_Vtbl
impl Sync for IMediaCapture5_Vtbl
impl Unpin for IMediaCapture5_Vtbl
impl UnwindSafe for IMediaCapture5_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