#[repr(C)]pub struct IIsdbCAContractInformationDescriptor_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 GetCASystemId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GetCAUnitId: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetRecordComponentTag: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetContractVerificationInfoLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetContractVerificationInfo: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetFeeNameW: unsafe extern "system" fn(_: *mut c_void, _: DVB_STRCONV_MODE, _: *mut MaybeUninit<BSTR>) -> 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
§GetCASystemId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GetCAUnitId: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetRecordComponentTag: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetContractVerificationInfoLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetContractVerificationInfo: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetFeeNameW: unsafe extern "system" fn(_: *mut c_void, _: DVB_STRCONV_MODE, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IIsdbCAContractInformationDescriptor_Vtbl
impl IIsdbCAContractInformationDescriptor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IIsdbCAContractInformationDescriptor_Vtblwhere
Identity: IIsdbCAContractInformationDescriptor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IIsdbCAContractInformationDescriptor_Vtbl
impl RefUnwindSafe for IIsdbCAContractInformationDescriptor_Vtbl
impl Send for IIsdbCAContractInformationDescriptor_Vtbl
impl Sync for IIsdbCAContractInformationDescriptor_Vtbl
impl Unpin for IIsdbCAContractInformationDescriptor_Vtbl
impl UnwindSafe for IIsdbCAContractInformationDescriptor_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