#[repr(C)]pub struct INDClosedCaptionDataReceivedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub ClosedCaptionDataFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut NDClosedCaptionFormat) -> HRESULT,
pub PresentationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub ClosedCaptionData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ClosedCaptionDataFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut NDClosedCaptionFormat) -> HRESULT
§PresentationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§ClosedCaptionData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT
Implementations§
§impl INDClosedCaptionDataReceivedEventArgs_Vtbl
impl INDClosedCaptionDataReceivedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INDClosedCaptionDataReceivedEventArgs_Vtblwhere
Identity: INDClosedCaptionDataReceivedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDClosedCaptionDataReceivedEventArgs_Vtbl
impl RefUnwindSafe for INDClosedCaptionDataReceivedEventArgs_Vtbl
impl Send for INDClosedCaptionDataReceivedEventArgs_Vtbl
impl Sync for INDClosedCaptionDataReceivedEventArgs_Vtbl
impl Unpin for INDClosedCaptionDataReceivedEventArgs_Vtbl
impl UnwindSafe for INDClosedCaptionDataReceivedEventArgs_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