Struct windows::Win32::Media::MediaFoundation::IMFCapturePhotoSink_Vtbl
#[repr(C)]pub struct IMFCapturePhotoSink_Vtbl {
pub base__: IMFCaptureSink_Vtbl,
pub SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetSampleCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOutputByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFCaptureSink_Vtbl
§SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetSampleCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOutputByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IMFCapturePhotoSink_Vtbl
impl IMFCapturePhotoSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFCapturePhotoSink_Vtblwhere
Identity: IMFCapturePhotoSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFCapturePhotoSink_Vtbl
impl RefUnwindSafe for IMFCapturePhotoSink_Vtbl
impl Send for IMFCapturePhotoSink_Vtbl
impl Sync for IMFCapturePhotoSink_Vtbl
impl Unpin for IMFCapturePhotoSink_Vtbl
impl UnwindSafe for IMFCapturePhotoSink_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