Struct windows::Win32::Media::DirectShow::Tv::IMSVidGenericSink_Vtbl
#[repr(C)]pub struct IMSVidGenericSink_Vtbl {
pub base__: IMSVidOutputDevice_Vtbl,
pub SetSinkFilter: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub SinkStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut MSVidSinkStreams) -> HRESULT,
pub SetSinkStreams: unsafe extern "system" fn(_: *mut c_void, _: MSVidSinkStreams) -> HRESULT,
}
Fields§
§base__: IMSVidOutputDevice_Vtbl
§SetSinkFilter: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§SinkStreams: unsafe extern "system" fn(_: *mut c_void, _: *mut MSVidSinkStreams) -> HRESULT
§SetSinkStreams: unsafe extern "system" fn(_: *mut c_void, _: MSVidSinkStreams) -> HRESULT
Implementations§
§impl IMSVidGenericSink_Vtbl
impl IMSVidGenericSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidGenericSink_Vtblwhere
Identity: IMSVidGenericSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidGenericSink_Vtbl
impl RefUnwindSafe for IMSVidGenericSink_Vtbl
impl Send for IMSVidGenericSink_Vtbl
impl Sync for IMSVidGenericSink_Vtbl
impl Unpin for IMSVidGenericSink_Vtbl
impl UnwindSafe for IMSVidGenericSink_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