[][src]Struct dvbv5_sys::dvb_v5_descriptors

#[repr(C)]pub struct dvb_v5_descriptors {
    pub delivery_system: u32,
    pub entry: *mut dvb_entry,
    pub num_entry: c_uint,
    pub pat: *mut dvb_table_pat,
    pub vct: *mut atsc_table_vct,
    pub program: *mut dvb_v5_descriptors_program,
    pub nit: *mut dvb_table_nit,
    pub sdt: *mut dvb_table_sdt,
    pub num_program: c_uint,
    pub other_nits: *mut *mut dvb_table_nit,
    pub num_other_nits: c_uint,
    pub other_sdts: *mut *mut dvb_table_sdt,
    pub num_other_sdts: c_uint,
}

Fields

delivery_system: u32entry: *mut dvb_entrynum_entry: c_uintpat: *mut dvb_table_patvct: *mut atsc_table_vctprogram: *mut dvb_v5_descriptors_programnit: *mut dvb_table_nitsdt: *mut dvb_table_sdtnum_program: c_uintother_nits: *mut *mut dvb_table_nitnum_other_nits: c_uintother_sdts: *mut *mut dvb_table_sdtnum_other_sdts: c_uint

Trait Implementations

impl Clone for dvb_v5_descriptors[src]

impl Copy for dvb_v5_descriptors[src]

impl Debug for dvb_v5_descriptors[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.