pub trait IDvbLogicalChannelDescriptor2_Impl: Sized + IDvbLogicalChannelDescriptor_Impl {
    // Required method
    fn GetRecordLogicalChannelAndVisibility(
        &self,
        brecordindex: u8
    ) -> Result<u16>;
}

Required Methods§

fn GetRecordLogicalChannelAndVisibility(&self, brecordindex: u8) -> Result<u16>

Object Safety§

This trait is not object safe.

Implementors§