Struct windows::Win32::Media::DirectShow::IMpeg2Demultiplexer_Vtbl
#[repr(C)]pub struct IMpeg2Demultiplexer_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateOutputPin: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub SetOutputPinMediaType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const AM_MEDIA_TYPE) -> HRESULT,
pub DeleteOutputPin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateOutputPin: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§SetOutputPinMediaType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const AM_MEDIA_TYPE) -> HRESULT
§DeleteOutputPin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IMpeg2Demultiplexer_Vtbl
impl IMpeg2Demultiplexer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMpeg2Demultiplexer_Vtblwhere
Identity: IMpeg2Demultiplexer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMpeg2Demultiplexer_Vtbl
impl RefUnwindSafe for IMpeg2Demultiplexer_Vtbl
impl Send for IMpeg2Demultiplexer_Vtbl
impl Sync for IMpeg2Demultiplexer_Vtbl
impl Unpin for IMpeg2Demultiplexer_Vtbl
impl UnwindSafe for IMpeg2Demultiplexer_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