Expand description
Describes a DVB network interface Configures adapter to decapsulate IP packets from MPEG-TS stream
Fields
pid: u16Packet ID (PID) of the MPEG-TS that contains data
if_num: u16Number of the Digital TV interface
feedtype: u8Encapsulation type of the feed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DvbNetIf
impl Send for DvbNetIf
impl Sync for DvbNetIf
impl Unpin for DvbNetIf
impl UnwindSafe for DvbNetIf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more