Struct IDvbSubtitlingDescriptor_Vtbl
#[repr(C)]pub struct IDvbSubtitlingDescriptor_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetRecordLangId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u32) -> HRESULT,
pub GetRecordSubtitlingType: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordCompositionPageID: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u16) -> HRESULT,
pub GetRecordAncillaryPageID: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u16) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§GetLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§GetRecordLangId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u32) -> HRESULT§GetRecordSubtitlingType: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT§GetRecordCompositionPageID: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u16) -> HRESULT§GetRecordAncillaryPageID: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u16) -> HRESULTImplementations§
§impl IDvbSubtitlingDescriptor_Vtbl
impl IDvbSubtitlingDescriptor_Vtbl
pub const fn new<Identity: IDvbSubtitlingDescriptor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDvbSubtitlingDescriptor_Vtbl
impl RefUnwindSafe for IDvbSubtitlingDescriptor_Vtbl
impl Send for IDvbSubtitlingDescriptor_Vtbl
impl Sync for IDvbSubtitlingDescriptor_Vtbl
impl Unpin for IDvbSubtitlingDescriptor_Vtbl
impl UnwindSafe for IDvbSubtitlingDescriptor_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