#[repr(C, packed(1))]pub struct dvb_table_eit_event {
pub event_id: u16,
pub __bindgen_anon_1: dvb_table_eit_event__bindgen_ty_1,
pub dvbduration: [u8; 3],
pub __bindgen_anon_2: dvb_table_eit_event__bindgen_ty_2,
pub descriptor: *mut dvb_desc,
pub next: *mut dvb_table_eit_event,
pub start: tm,
pub duration: u32,
pub service_id: u16,
}Fields§
§event_id: u16§__bindgen_anon_1: dvb_table_eit_event__bindgen_ty_1§dvbduration: [u8; 3]§__bindgen_anon_2: dvb_table_eit_event__bindgen_ty_2§descriptor: *mut dvb_desc§next: *mut dvb_table_eit_event§start: tm§duration: u32§service_id: u16Trait Implementations§
Source§impl Clone for dvb_table_eit_event
impl Clone for dvb_table_eit_event
Source§fn clone(&self) -> dvb_table_eit_event
fn clone(&self) -> dvb_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 dvb_table_eit_event
Auto Trait Implementations§
impl !Send for dvb_table_eit_event
impl !Sync for dvb_table_eit_event
impl Freeze for dvb_table_eit_event
impl RefUnwindSafe for dvb_table_eit_event
impl Unpin for dvb_table_eit_event
impl UnsafeUnpin for dvb_table_eit_event
impl UnwindSafe for dvb_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