Struct windows::Win32::Media::DirectShow::Tv::IMpeg2Stream_Vtbl
#[repr(C)]pub struct IMpeg2Stream_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: MPEG_REQUEST_TYPE, _: *mut c_void, _: *const MPEG_CONTEXT, _: u16, _: u8, _: *const MPEG2_FILTER, _: HANDLE) -> HRESULT,
pub SupplyDataBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const MPEG_STREAM_BUFFER) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: MPEG_REQUEST_TYPE, _: *mut c_void, _: *const MPEG_CONTEXT, _: u16, _: u8, _: *const MPEG2_FILTER, _: HANDLE) -> HRESULT
§SupplyDataBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const MPEG_STREAM_BUFFER) -> HRESULT
Implementations§
§impl IMpeg2Stream_Vtbl
impl IMpeg2Stream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMpeg2Stream_Vtblwhere
Identity: IMpeg2Stream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMpeg2Stream_Vtbl
impl RefUnwindSafe for IMpeg2Stream_Vtbl
impl Send for IMpeg2Stream_Vtbl
impl Sync for IMpeg2Stream_Vtbl
impl Unpin for IMpeg2Stream_Vtbl
impl UnwindSafe for IMpeg2Stream_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