Trait IDVB_TDT_Impl
pub trait IDVB_TDT_Impl: IUnknownImpl {
// Required methods
fn Initialize(&self, psectionlist: Ref<'_, ISectionList>) -> Result<()>;
fn GetUTCTime(&self) -> Result<MPEG_DATE_AND_TIME>;
}
Required Methods§
fn Initialize(&self, psectionlist: Ref<'_, ISectionList>) -> Result<()>
fn GetUTCTime(&self) -> Result<MPEG_DATE_AND_TIME>
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.