#[repr(C)]
pub struct DvbNetIf { pub pid: u16, pub if_num: u16, pub feedtype: u8, }
Expand description

Describes a DVB network interface Configures adapter to decapsulate IP packets from MPEG-TS stream

Fields

pid: u16

Packet ID (PID) of the MPEG-TS that contains data

if_num: u16

Number of the Digital TV interface

feedtype: u8

Encapsulation type of the feed

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.