#[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§
Auto Trait Implementations§
impl Freeze for DvbNetIf
impl RefUnwindSafe for DvbNetIf
impl Send for DvbNetIf
impl Sync for DvbNetIf
impl Unpin for DvbNetIf
impl UnwindSafe for DvbNetIf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more