#[repr(C, packed(1))]pub struct dvb_table_eit {
pub header: dvb_table_header,
pub transport_id: u16,
pub network_id: u16,
pub last_segment: u8,
pub last_table_id: u8,
pub event: *mut dvb_table_eit_event,
}Fields§
§header: dvb_table_header§transport_id: u16§network_id: u16§last_segment: u8§last_table_id: u8§event: *mut dvb_table_eit_eventTrait Implementations§
Source§impl Clone for dvb_table_eit
impl Clone for dvb_table_eit
Source§fn clone(&self) -> dvb_table_eit
fn clone(&self) -> dvb_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 dvb_table_eit
Auto Trait Implementations§
impl !Send for dvb_table_eit
impl !Sync for dvb_table_eit
impl Freeze for dvb_table_eit
impl RefUnwindSafe for dvb_table_eit
impl Unpin for dvb_table_eit
impl UnsafeUnpin for dvb_table_eit
impl UnwindSafe for dvb_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