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

Trait IDvbLinkageDescriptor_Impl

pub trait IDvbLinkageDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn GetTag(&self) -> Result<u8>;
    fn GetLength(&self) -> Result<u8>;
    fn GetTSId(&self) -> Result<u16>;
    fn GetONId(&self) -> Result<u16>;
    fn GetServiceId(&self) -> Result<u16>;
    fn GetLinkageType(&self) -> Result<u8>;
    fn GetPrivateDataLength(&self) -> Result<u8>;
    fn GetPrivateData(&self, pblen: *mut u8, pbdata: *mut u8) -> Result<()>;
}

Required Methods§

fn GetTag(&self) -> Result<u8>

fn GetLength(&self) -> Result<u8>

fn GetTSId(&self) -> Result<u16>

fn GetONId(&self) -> Result<u16>

fn GetServiceId(&self) -> Result<u16>

fn GetLinkageType(&self) -> Result<u8>

fn GetPrivateDataLength(&self) -> Result<u8>

fn GetPrivateData(&self, pblen: *mut u8, pbdata: *mut u8) -> Result<()>

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§