pub trait IDvbSiParser2_Impl: Sized + IDvbSiParser_Impl {
    // Required method
    fn GetEIT2(
        &self,
        tableid: u8,
        pwserviceid: *const u16,
        pbsegment: *const u8
    ) -> Result<IDVB_EIT2>;
}

Required Methods§

fn GetEIT2( &self, tableid: u8, pwserviceid: *const u16, pbsegment: *const u8 ) -> Result<IDVB_EIT2>

Object Safety§

This trait is not object safe.

Implementors§