Struct IBDA_ConditionalAccess_Vtbl
#[repr(C)]pub struct IBDA_ConditionalAccess_Vtbl {
pub base__: IUnknown_Vtbl,
pub get_SmartCardStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardStatusType, _: *mut SmartCardAssociationType, _: *mut *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub get_SmartCardInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL, _: *mut u8, _: *mut i32, _: *mut *mut c_void, _: *mut EALocationCodeType) -> HRESULT,
pub get_SmartCardApplications: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: u32, _: *mut SmartCardApplication) -> HRESULT,
pub get_Entitlement: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut EntitlementType) -> HRESULT,
pub TuneByChannel: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub SetProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub AddProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub RemoveProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub GetModuleUI: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut *mut c_void) -> HRESULT,
pub InformUIClosed: unsafe extern "system" fn(_: *mut c_void, _: u8, _: UICloseReasonType) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§get_SmartCardStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardStatusType, _: *mut SmartCardAssociationType, _: *mut *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§get_SmartCardInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL, _: *mut u8, _: *mut i32, _: *mut *mut c_void, _: *mut EALocationCodeType) -> HRESULT
§get_SmartCardApplications: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: u32, _: *mut SmartCardApplication) -> HRESULT
§get_Entitlement: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut EntitlementType) -> HRESULT
§TuneByChannel: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§SetProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§AddProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§RemoveProgram: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§GetModuleUI: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut *mut c_void) -> HRESULT
§InformUIClosed: unsafe extern "system" fn(_: *mut c_void, _: u8, _: UICloseReasonType) -> HRESULT
Implementations§
§impl IBDA_ConditionalAccess_Vtbl
impl IBDA_ConditionalAccess_Vtbl
pub const fn new<Identity: IBDA_ConditionalAccess_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBDA_ConditionalAccess_Vtbl
impl RefUnwindSafe for IBDA_ConditionalAccess_Vtbl
impl Send for IBDA_ConditionalAccess_Vtbl
impl Sync for IBDA_ConditionalAccess_Vtbl
impl Unpin for IBDA_ConditionalAccess_Vtbl
impl UnwindSafe for IBDA_ConditionalAccess_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