windows::Win32::Media::DirectShow::Tv

Trait IDVB_EIT2_Impl

pub trait IDVB_EIT2_Impl: IDVB_EIT_Impl {
    // Required methods
    fn GetSegmentInfo(&self, pbtid: *mut u8, pbsegment: *mut u8) -> Result<()>;
    fn GetRecordSection(&self, dwrecordindex: u32) -> Result<u8>;
}

Required Methods§

fn GetSegmentInfo(&self, pbtid: *mut u8, pbsegment: *mut u8) -> Result<()>

fn GetRecordSection(&self, dwrecordindex: u32) -> Result<u8>

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.

Implementors§