[][src]Struct dvbv5_sys::dvb_table_filter

#[repr(C)]pub struct dvb_table_filter {
    pub tid: c_uchar,
    pub pid: u16,
    pub ts_id: c_int,
    pub table: *mut *mut c_void,
    pub allow_section_gaps: c_int,
    pub priv_: *mut c_void,
}

Fields

tid: c_ucharpid: u16ts_id: c_inttable: *mut *mut c_voidallow_section_gaps: c_intpriv_: *mut c_void

Trait Implementations

impl Clone for dvb_table_filter[src]

impl Copy for dvb_table_filter[src]

impl Debug for dvb_table_filter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.