Trait IESFileExpiryDateEvent_Impl
pub trait IESFileExpiryDateEvent_Impl: IESEvent_Impl {
// Required methods
fn GetTunerId(&self) -> Result<GUID>;
fn GetExpiryDate(&self) -> Result<u64>;
fn GetFinalExpiryDate(&self) -> Result<u64>;
fn GetMaxRenewalCount(&self) -> Result<u32>;
fn IsEntitlementTokenPresent(&self) -> Result<BOOL>;
fn DoesExpireAfterFirstUse(&self) -> Result<BOOL>;
}
Required Methods§
fn GetTunerId(&self) -> Result<GUID>
fn GetExpiryDate(&self) -> Result<u64>
fn GetFinalExpiryDate(&self) -> Result<u64>
fn GetMaxRenewalCount(&self) -> Result<u32>
fn IsEntitlementTokenPresent(&self) -> Result<BOOL>
fn DoesExpireAfterFirstUse(&self) -> Result<BOOL>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.