Struct IIsdbComponentGroupDescriptor_Vtbl
#[repr(C)]pub struct IIsdbComponentGroupDescriptor_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 GetComponentGroupType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetRecordGroupId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordNumberOfCAUnit: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordCAUnitCAUnitId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordCAUnitNumberOfComponents: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordCAUnitComponentTag: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordTotalBitRate: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetRecordTextW: unsafe extern "system" fn(_: *mut c_void, _: u8, _: DVB_STRCONV_MODE, _: *mut *mut c_void) -> 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
§GetComponentGroupType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetRecordGroupId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetRecordNumberOfCAUnit: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetRecordCAUnitCAUnitId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u8) -> HRESULT
§GetRecordCAUnitNumberOfComponents: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u8) -> HRESULT
§GetRecordCAUnitComponentTag: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: u8, _: *mut u8) -> HRESULT
§GetRecordTotalBitRate: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetRecordTextW: unsafe extern "system" fn(_: *mut c_void, _: u8, _: DVB_STRCONV_MODE, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IIsdbComponentGroupDescriptor_Vtbl
impl IIsdbComponentGroupDescriptor_Vtbl
pub const fn new<Identity: IIsdbComponentGroupDescriptor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IIsdbComponentGroupDescriptor_Vtbl
impl RefUnwindSafe for IIsdbComponentGroupDescriptor_Vtbl
impl Send for IIsdbComponentGroupDescriptor_Vtbl
impl Sync for IIsdbComponentGroupDescriptor_Vtbl
impl Unpin for IIsdbComponentGroupDescriptor_Vtbl
impl UnwindSafe for IIsdbComponentGroupDescriptor_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