Struct windows::Win32::Media::DirectShow::Tv::IMSVidClosedCaptioning3_Vtbl
#[repr(C)]pub struct IMSVidClosedCaptioning3_Vtbl {
pub base__: IMSVidClosedCaptioning2_Vtbl,
pub TeleTextFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSVidClosedCaptioning2_Vtbl
§TeleTextFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSVidClosedCaptioning3_Vtbl
impl IMSVidClosedCaptioning3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidClosedCaptioning3_Vtblwhere
Identity: IMSVidClosedCaptioning3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidClosedCaptioning3_Vtbl
impl RefUnwindSafe for IMSVidClosedCaptioning3_Vtbl
impl Send for IMSVidClosedCaptioning3_Vtbl
impl Sync for IMSVidClosedCaptioning3_Vtbl
impl Unpin for IMSVidClosedCaptioning3_Vtbl
impl UnwindSafe for IMSVidClosedCaptioning3_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