#[repr(C, packed(1))]pub struct atsc_table_eit {
pub header: dvb_table_header,
pub protocol_version: u8,
pub events: u8,
pub event: *mut atsc_table_eit_event,
}Fields§
§header: dvb_table_header§protocol_version: u8§events: u8§event: *mut atsc_table_eit_eventTrait Implementations§
Source§impl Clone for atsc_table_eit
impl Clone for atsc_table_eit
Source§fn clone(&self) -> atsc_table_eit
fn clone(&self) -> atsc_table_eit
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
Auto Trait Implementations§
impl !Send for atsc_table_eit
impl !Sync for atsc_table_eit
impl Freeze for atsc_table_eit
impl RefUnwindSafe for atsc_table_eit
impl Unpin for atsc_table_eit
impl UnsafeUnpin for atsc_table_eit
impl UnwindSafe for atsc_table_eit
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