#[repr(C, packed(1))]pub struct atsc_table_eit_event {
pub __bindgen_anon_1: atsc_table_eit_event__bindgen_ty_1,
pub start_time: u32,
pub __bindgen_anon_2: atsc_table_eit_event__bindgen_ty_2,
pub descriptor: *mut dvb_desc,
pub next: *mut atsc_table_eit_event,
pub start: tm,
pub source_id: u16,
}Fields§
§__bindgen_anon_1: atsc_table_eit_event__bindgen_ty_1§start_time: u32§__bindgen_anon_2: atsc_table_eit_event__bindgen_ty_2§descriptor: *mut dvb_desc§next: *mut atsc_table_eit_event§start: tm§source_id: u16Trait Implementations§
Source§impl Clone for atsc_table_eit_event
impl Clone for atsc_table_eit_event
Source§fn clone(&self) -> atsc_table_eit_event
fn clone(&self) -> atsc_table_eit_event
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 atsc_table_eit_event
Auto Trait Implementations§
impl !Send for atsc_table_eit_event
impl !Sync for atsc_table_eit_event
impl Freeze for atsc_table_eit_event
impl RefUnwindSafe for atsc_table_eit_event
impl Unpin for atsc_table_eit_event
impl UnsafeUnpin for atsc_table_eit_event
impl UnwindSafe for atsc_table_eit_event
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