pub trait IDVB_EIT2_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§