#[repr(C)]pub struct dvb_v5_descriptors {Show 13 fields
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: u32§entry: *mut dvb_entry§num_entry: c_uint§pat: *mut dvb_table_pat§vct: *mut atsc_table_vct§program: *mut dvb_v5_descriptors_program§nit: *mut dvb_table_nit§sdt: *mut dvb_table_sdt§num_program: c_uint§other_nits: *mut *mut dvb_table_nit§num_other_nits: c_uint§other_sdts: *mut *mut dvb_table_sdt§num_other_sdts: c_uintTrait Implementations§
Source§impl Clone for dvb_v5_descriptors
impl Clone for dvb_v5_descriptors
Source§fn clone(&self) -> dvb_v5_descriptors
fn clone(&self) -> dvb_v5_descriptors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dvb_v5_descriptors
Auto Trait Implementations§
impl !Send for dvb_v5_descriptors
impl !Sync for dvb_v5_descriptors
impl Freeze for dvb_v5_descriptors
impl RefUnwindSafe for dvb_v5_descriptors
impl Unpin for dvb_v5_descriptors
impl UnsafeUnpin for dvb_v5_descriptors
impl UnwindSafe for dvb_v5_descriptors
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