Struct IMFCaptureRecordSink_Vtbl
#[repr(C)]pub struct IMFCaptureRecordSink_Vtbl {
pub base__: IMFCaptureSink_Vtbl,
pub SetOutputByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID) -> HRESULT,
pub SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetSampleCallback: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub SetCustomSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetRotation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub SetRotation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
}Fields§
§base__: IMFCaptureSink_Vtbl§SetOutputByteStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID) -> HRESULT§SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetSampleCallback: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT§SetCustomSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetRotation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§SetRotation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULTImplementations§
§impl IMFCaptureRecordSink_Vtbl
impl IMFCaptureRecordSink_Vtbl
pub const fn new<Identity: IMFCaptureRecordSink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFCaptureRecordSink_Vtbl
impl RefUnwindSafe for IMFCaptureRecordSink_Vtbl
impl Send for IMFCaptureRecordSink_Vtbl
impl Sync for IMFCaptureRecordSink_Vtbl
impl Unpin for IMFCaptureRecordSink_Vtbl
impl UnwindSafe for IMFCaptureRecordSink_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